diff options
| -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." |