summaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
authorrsiddharth <s@ricketyspace.net>2019-11-01 19:33:51 -0400
committerrsiddharth <s@ricketyspace.net>2019-11-01 19:33:51 -0400
commit4222ed09026e8af74f486c08004dfca5e3982a36 (patch)
treef6ac534e28435b251d885341031a6ec725bc9f8c /Makefile
parente2f84b9a52b33c636ad189507271927a5a7da8da (diff)
Makefile: Add build.
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile6
1 files changed, 6 insertions, 0 deletions
diff --git a/Makefile b/Makefile
index 11689e7..5a10a18 100644
--- a/Makefile
+++ b/Makefile
@@ -36,3 +36,9 @@ jsh:
${JSHINT} nfsw/static/io.js
${JSHINT} nfsw/static/epilogue.js
.PHONY: jsh
+
+
+build:
+ python setup.py bdist_wheel
+.PHONY: build
+