summaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile8
1 files changed, 7 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index fba5e52..1761089 100644
--- a/Makefile
+++ b/Makefile
@@ -38,5 +38,11 @@ clean-build:
clean-pyc:
@find . -name '*.pyc' -exec rm -f {} +
-.PHONY: dist clean-build upload build-dist egg clean-pyc
+clean-venv:
+ @rm -rf bin/
+ @rm -rf include/
+ @rm -rf lib/
+ @rm -rf local/
+
+.PHONY: dist clean-build upload build-dist egg clean-pyc clean-venv