summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorrsiddharth <rsd@gnu.org>2019-06-16 12:44:01 -0400
committerrsiddharth <rsd@gnu.org>2019-06-16 12:44:01 -0400
commitd9dae58cfd3596f0f2aad71a64301bea66115fb9 (patch)
tree130f04a0a42f2a8eab92d86922078cb7e32a5cd8
parent42e973b11bb0174f44422ae2a1040e0ac50df296 (diff)
Makefile: Remove venv.
-rw-r--r--Makefile8
1 files changed, 0 insertions, 8 deletions
diff --git a/Makefile b/Makefile
index e7b55c0..a0ec835 100644
--- a/Makefile
+++ b/Makefile
@@ -37,14 +37,6 @@ upload-docs: docs
.PHONY: docs upload-docs
-venv:
- rm -rf *.egg-info
- $(shell [[ -d $(VENV_DIR) ]] && mv $(VENV_DIR) $(VENV_DIR).`date +%s`)
- virtualenv --clear --python=python2.7 $(VENV_DIR)
- @echo 'Initialized virtualenv, run' \
- 'source '$(VENV_DIR)'/bin/activate' \
- 'to activate the virtual environment'
-.PHONY: venv
venv3:
rm -rf *.egg-info