Skip to content
Snippets Groups Projects
Commit 5101db33 authored by Richard Hartmann's avatar Richard Hartmann
Browse files

Makefile: Make `make test` silent

parent c0d0f805
No related branches found
No related tags found
No related merge requests found
......@@ -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
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment