aboutsummaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorJohn MacFarlane <[email protected]>2025-01-31 09:07:22 -0800
committerJohn MacFarlane <[email protected]>2025-01-31 09:07:22 -0800
commitfc6e4956dd1c2070ec704168143fe94efa051b66 (patch)
tree23f5b9c509f7d13eee711f84a60d74413ab4cf59 /Makefile
parent77fca2d61a7973735367afec9d22f4668ac58da7 (diff)
Makefile: make `make binpath` quiet.
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index db28990c9..75d995791 100644
--- a/Makefile
+++ b/Makefile
@@ -33,7 +33,7 @@ prof: ## build with profiling and optimizations
.PHONY: prof
binpath: ## print path of built pandoc executable
- @cabal list-bin $(CABALOPTS) --ghc-options='$(GHCOPTS)' pandoc-cli
+ @cabal list-bin -v0 $(CABALOPTS) --ghc-options='$(GHCOPTS)' pandoc-cli
.PHONY: binpath
ghcid: ## run ghcid