From 71c6abe07b39b887c8981698fced8141624ce2a3 Mon Sep 17 00:00:00 2001 From: Gertjan van den Burg Date: Thu, 14 Jan 2021 17:11:58 +0000 Subject: clean up venv_dir on make clean --- new_python/Makefile | 1 + 1 file changed, 1 insertion(+) 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 -- cgit v1.2.3