From dfc4c5cdce886fa7261258a1b40d463ce5c39de1 Mon Sep 17 00:00:00 2001 From: Björn Persson Date: Thu, 26 Dec 2013 20:29:08 +0100 Subject: Don't echo the echo command. --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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." -- cgit v1.2.3