aboutsummaryrefslogtreecommitdiffstats
path: root/Makefile
blob: 4f0579c85106e638c2d1de5b51e4c8a908126c76 (plain)
1
2
3
4
5
# Copied from Richard Hartmann's vcsh:
# https://github.com/RichiH/vcsh/blob/master/Makefile
test:
	@if which git   > /dev/null; then :    ; else echo "'git' not found, exiting..."         ; exit 1; fi
	@if which prove > /dev/null; then prove; else echo "'prove' not found; not running tests";         fi