From: Valentin Haenel Date: Mon, 4 Jun 2012 14:20:38 +0000 (+0200) Subject: don't echo the command when doing make moo X-Git-Url: https://git.madduck.net/code/vcsh.git/commitdiff_plain/08d8ed6ac288e1b2c1c186eea9c33ff38edd0ac3 don't echo the command when doing make moo --- diff --git a/Makefile b/Makefile index a52e9ed..cb112c7 100644 --- a/Makefile +++ b/Makefile @@ -43,4 +43,4 @@ test: if which git > /dev/null ; then :; else echo "'git' not found, exiting..."; exit 1; fi moo: - if [ -x /usr/games/cowsay ]; then /usr/games/cowsay "I hope you're happy now..."; fi + @if [ -x /usr/games/cowsay ]; then /usr/games/cowsay "I hope you're happy now..."; fi