diff options
| author | Gertjan van den Burg <gertjanvandenburg@gmail.com> | 2021-01-14 17:11:58 +0000 |
|---|---|---|
| committer | Gertjan van den Burg <gertjanvandenburg@gmail.com> | 2021-01-14 17:11:58 +0000 |
| commit | 71c6abe07b39b887c8981698fced8141624ce2a3 (patch) | |
| tree | ada586315ca274121e7e1996e42b092407495a76 | |
| parent | Move everything to a separate python directory (diff) | |
| download | SyncRNG-71c6abe07b39b887c8981698fced8141624ce2a3.tar.gz SyncRNG-71c6abe07b39b887c8981698fced8141624ce2a3.zip | |
clean up venv_dir on make clean
| -rw-r--r-- | new_python/Makefile | 1 |
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 |
