Makefile: hide command output for make binpath.

This allows:

    alias pandoc=`make binpath`

for convenient local testing of a build.
This commit is contained in:
John MacFarlane
2022-10-16 11:30:26 -07:00
parent d348dfa39e
commit c8ef079c0f
+1 -1
View File
@@ -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,