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 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
+