From c8ef079c0f63b4fa496d4d0692b167053a97fcb8 Mon Sep 17 00:00:00 2001 From: John MacFarlane Date: Sun, 16 Oct 2022 11:30:26 -0700 Subject: Makefile: hide command output for `make binpath`. This allows: alias pandoc=`make binpath` for convenient local testing of a build. --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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, -- cgit v1.2.3