diff --git a/Makefile b/Makefile index ebe4b2b6cf2e67b2d7c4b1084f6556b545670880..4ae8d889c5f1bd35c5fc915426e008418507d881 100644 --- a/Makefile +++ b/Makefile @@ -44,7 +44,7 @@ purge: uninstall rmdir -p --ignore-fail-on-non-empty $(DESTDIR)$(ZSHDIR) test: - if which git > /dev/null ; then :; else echo "'git' not found, exiting..."; exit 1; fi + @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