summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/Makefile b/Makefile
index a0ec835..6e71dbd 100644
--- a/Makefile
+++ b/Makefile
@@ -38,14 +38,14 @@ upload-docs: docs
.PHONY: docs upload-docs
-venv3:
+venv:
rm -rf *.egg-info
${SHELL} -c 'if [[ -d $(VENV_DIR3) ]] then mv $(VENV_DIR3) $(VENV_DIR3).`date +%s`; fi'
${VENV_CMD} --clear --python=python3 $(VENV_DIR3)
@echo 'Initialized virtualenv, run' \
'source '$(VENV_DIR3)'/bin/activate' \
'to activate the virtual environment'
-.PHONY: venv3
+.PHONY: venv
clean: clean-build clean-pyc clean-docs
.PHONY: clean