aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGertjan van den Burg <gertjanvandenburg@gmail.com>2021-01-14 17:11:58 +0000
committerGertjan van den Burg <gertjanvandenburg@gmail.com>2021-01-14 17:11:58 +0000
commit71c6abe07b39b887c8981698fced8141624ce2a3 (patch)
treeada586315ca274121e7e1996e42b092407495a76
parentMove everything to a separate python directory (diff)
downloadSyncRNG-71c6abe07b39b887c8981698fced8141624ce2a3.tar.gz
SyncRNG-71c6abe07b39b887c8981698fced8141624ce2a3.zip
clean up venv_dir on make clean
-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