aboutsummaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile6
1 files changed, 2 insertions, 4 deletions
diff --git a/Makefile b/Makefile
index adefdd2..74d5c6a 100644
--- a/Makefile
+++ b/Makefile
@@ -1,5 +1,3 @@
-# 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 source virtualenv/bin/activate; prove; else echo "'prove' not found; not running tests"; fi
+ source virtualenv/bin/activate; \
+ prove