From: Richard W.M. Jones Date: Sat, 11 Jan 2020 20:31:10 +0000 (+0000) Subject: build: Hide make passthrough command. X-Git-Tag: v'0.2'~40 X-Git-Url: http://git.annexia.org/?a=commitdiff_plain;h=2cb4651f3284418b1b63937343c75480cde10969;p=goals.git build: Hide make passthrough command. --- diff --git a/Makefile.in b/Makefile.in index e05b14f..20d0a49 100644 --- a/Makefile.in +++ b/Makefile.in @@ -19,7 +19,7 @@ # Pass through normal targets to Goalfile.in all clean depend install check maintainer-clean: src/goals - ./run src/goals $@ + @./run src/goals $@ # If src/goals doesn't exist then brute-force build it. Once we have # src/goals we can rebuild it and other parts of the project using