summaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile4
1 files changed, 4 insertions, 0 deletions
diff --git a/Makefile b/Makefile
index 1b39742..b624166 100644
--- a/Makefile
+++ b/Makefile
@@ -42,6 +42,10 @@ upload-docs: docs
.PHONY: docs upload-docs
+venv:
+ virtualenv --clear --python=python2.7 venv
+.PHONY: venv
+
clean-build:
@rm -rf build/
@rm -rf dist/