aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJohn MacFarlane <[email protected]>2022-10-16 11:30:26 -0700
committerJohn MacFarlane <[email protected]>2022-10-16 11:30:26 -0700
commitc8ef079c0f63b4fa496d4d0692b167053a97fcb8 (patch)
tree5849a78216b8edd2576e656e661bfe789252eb71
parentd348dfa39ec82768dd9cfc8582d881bf8742501b (diff)
Makefile: hide command output for `make binpath`.
This allows: alias pandoc=`make binpath` for convenient local testing of a build.
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index cc1530376..bd456a7eb 100644
--- a/Makefile
+++ b/Makefile
@@ -25,7 +25,7 @@ all: test ## tests and build executable
.PHONY: quick-cabal
binpath: ## print path of built pandoc executable
- cabal list-bin $(CABALOPTS) pandoc-cli
+ @cabal list-bin $(CABALOPTS) pandoc-cli
.PHONY: binpath
# Note: to accept current results of golden tests,