From fa68ad8a5ca8db5d24754a85f51ddb32c1652b36 Mon Sep 17 00:00:00 2001 From: rsiddharth Date: Sun, 16 Jun 2019 12:44:27 -0400 Subject: Makefile: venv3 -> venv. --- Makefile | 4 ++-- 1 file 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 -- cgit v1.2.3