aboutsummaryrefslogtreecommitdiff
path: root/new_python/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'new_python/Makefile')
-rw-r--r--new_python/Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/new_python/Makefile b/new_python/Makefile
index 64d2bbe..940a07b 100644
--- a/new_python/Makefile
+++ b/new_python/Makefile
@@ -77,6 +77,7 @@ $(VENV_DIR)/bin/activate:
.PHONY: clean
clean: ## Clean build dist and egg directories left after install
+ rm -rf $(VENV_DIR)
rm -rf ./dist ./build ./$(PACKAGE).egg-info
rm -rf ./build
rm -rf ./$(PACKAGE).egg-info