From fc6e4956dd1c2070ec704168143fe94efa051b66 Mon Sep 17 00:00:00 2001 From: John MacFarlane Date: Fri, 31 Jan 2025 09:07:22 -0800 Subject: Makefile: make `make binpath` quiet. --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- cgit v1.2.3