summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/Makefile b/Makefile
index c00dd461..e903ab34 100644
--- a/Makefile
+++ b/Makefile
@@ -119,6 +119,7 @@ ensure_phantomjs_installed:
.PHONY: ensure_virtualenv_installed
ensure_virtualenv_installed:
@if [ ! `which virtualenv` ]; then\
+ echo "Virtualenv must be installed";\
exit 1;\
else\
echo "Virtualenv located at "`which virtualenv`;\