X-Git-Url: https://git.madduck.net/code/vcsh.git/blobdiff_plain/45f737466fb5ae31b97b9c7b3a18d6469da37f2b..ab9bbfc5542f0350480e72e486bbc3f3747ddf32:/Makefile?ds=inline

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