summaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
authorrsiddharth <s@ricketyspace.net>2019-11-05 21:24:10 -0500
committerrsiddharth <s@ricketyspace.net>2019-11-05 21:24:10 -0500
commit66f9d2a6b0107e2f0977a45f94cd6457566b2cb8 (patch)
tree585a4bcdb18e2c31e58eea848ad42bc1b1c6f2bc /Makefile
parentf427f45f2d245497365c1f234e8f451b647cae6c (diff)
Makefile: Add PRD_HOST, PRD_WHEEL variables.
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 2 insertions, 0 deletions
diff --git a/Makefile b/Makefile
index 23ecbdc..fc36965 100644
--- a/Makefile
+++ b/Makefile
@@ -10,6 +10,8 @@
VENV_DIR=/usr/local/virtualenv/.nfsw
VENV_CMD=virtualenv-3
JSHINT=~/.npm-packages/bin/jshint
+PRD_HOST=cygnus
+PRD_WHEEL=nfsw-0.1.0.dev1-py3-none-any.whl
dunno:
@echo "Give me somepin to make"