Rombobjörn

summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorBjörn Persson <Bjorn@Rombobjörn.se>2013-12-26 20:29:08 +0100
committerBjörn Persson <Bjorn@Rombobjörn.se>2013-12-26 20:30:27 +0100
commitdfc4c5cdce886fa7261258a1b40d463ce5c39de1 (patch)
treec9e08acb7b6ef47c58a077942813e189bcab4d15 /Makefile
parentf06e5dc1665c288071ade1d403f7e7eb4275ae64 (diff)
Don't echo the echo command.
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 4a59d3b..2306c69 100644
--- a/Makefile
+++ b/Makefile
@@ -20,4 +20,4 @@ clean::
rm -Rf "${builddir}/testruns"
base:
- echo "You don't build Comfignat. This makefile is for the testsuite."
+ @echo "You don't build Comfignat. This makefile is for the testsuite."