makefile: add wheel build target
authorNathan Goldbaum <ngoldbau@ucsc.edu>
Fri, 09 Oct 2015 12:30:46 -0500
changeset 26601 c5c7c686d6a6
parent 26600 e8497889edab
child 26602 c062a9c0293c
makefile: add wheel build target
Makefile
--- a/Makefile	Fri Oct 09 12:25:51 2015 -0500
+++ b/Makefile	Fri Oct 09 12:30:46 2015 -0500
@@ -51,6 +51,9 @@
 build:
 	$(PYTHON) setup.py $(PURE) build $(COMPILER:%=-c %)
 
+wheel:
+	FORCE_SETUPTOOLS=1 $(PYTHON) setup.py $(PURE) bdist_wheel $(COMPILER:%=-c %)
+
 doc:
 	$(MAKE) -C doc