summaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile8
1 files changed, 0 insertions, 8 deletions
diff --git a/Makefile b/Makefile
index 9e376e7..f987b4f 100644
--- a/Makefile
+++ b/Makefile
@@ -47,11 +47,3 @@ clean-build:
clean-pyc:
@find . -name '*.pyc' -exec rm -f {} +
.PHONY: clean-pyc
-
-clean-venv:
- @rm -rf bin/
- @rm -rf include/
- @rm -rf lib/
- @rm -rf local/
- @rm -rf man/
-.PHONY: clean-venv