diff options
author | Björn Persson <Bjorn@Rombobjörn.se> | 2013-12-26 20:29:08 +0100 |
---|---|---|
committer | Björn Persson <Bjorn@Rombobjörn.se> | 2013-12-26 20:30:27 +0100 |
commit | dfc4c5cdce886fa7261258a1b40d463ce5c39de1 (patch) | |
tree | c9e08acb7b6ef47c58a077942813e189bcab4d15 /Makefile | |
parent | f06e5dc1665c288071ade1d403f7e7eb4275ae64 (diff) |
Don't echo the echo command.
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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." |