summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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,