summaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile6
1 files changed, 6 insertions, 0 deletions
diff --git a/Makefile b/Makefile
index 7f0abdb..95c9590 100644
--- a/Makefile
+++ b/Makefile
@@ -51,6 +51,12 @@ prd-user:
-d /var/empty _nfsw\\"
.PHONY: prov-user
+prd-venv:
+ ssh root@${PRD_HOST} \\"mkdir -p /usr/local/virtualenv/ && \
+ ${VENV_CMD} --clear --python=python3 \
+ ${VENV_DIR}-prd\\"
+.PHONY: prd-venv
+
clean:
rm -rf build/ dist/ nfsw.egg-info/
find ./ -type d -name '__pycache__' -exec rm -rf {} +