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

Introduce `make test`

parent 2f7b006f
Branches
Tags
No related merge requests found
PREFIX=/usr
manpages=vcsh.1
all=manpages
all=test manpages
all: $(all)
......@@ -37,5 +37,8 @@ purge: uninstall
rmdir -p --ignore-fail-on-non-empty $(DESTDIR)$(PREFIX)/share/doc/
rmdir -p --ignore-fail-on-non-empty $(DESTDIR)$(PREFIX)/share/zsh/vendor-completions/
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
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment