summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorrsiddharth <rsd@gnu.org>2020-07-11 03:21:13 -0400
committerrsiddharth <rsd@gnu.org>2020-07-11 03:21:13 -0400
commitaf107a9d29277cbb2099704b73648b76eee85e58 (patch)
treebc37a64a70b6d70a56553d3273d7b5d89f087e8a
parentda7c4365ce4af5429093f65ea0c781a9db178105 (diff)
Makefile: venv: cleanup .eggs/ too
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index aae57d8..06366dc 100644
--- a/Makefile
+++ b/Makefile
@@ -43,7 +43,7 @@ upload-docs: docs
venv:
- rm -rf *.egg-info
+ rm -rf *.egg-info .eggs
${SHELL} -c 'if [[ -d $(VENV_DIR) ]] then mv $(VENV_DIR) $(VENV_DIR).`date +%s`; fi'
${VENV_CMD} --clear --python=python3 $(VENV_DIR)
@echo 'Initialized virtualenv, run' \