summaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
authorrsiddharth <rsd@gnu.org>2017-10-22 01:57:29 +0000
committerrsiddharth <rsd@gnu.org>2017-10-22 01:57:29 +0000
commitb6b04b43896ae7c2849c1ec066e908f3e3fe8615 (patch)
tree2475a0b4e56f3db84aedc2cbb62892967480ba40 /Makefile
parent7f6290279a8646e8f71fb6f04033f0a53752fa8f (diff)
Update Makefile.
Makefile: Add venv.
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/