changeset 26601:c5c7c686d6a6

makefile: add wheel build target
author Nathan Goldbaum <ngoldbau@ucsc.edu>
date Fri, 09 Oct 2015 12:30:46 -0500
parents e8497889edab
children c062a9c0293c
files Makefile
diffstat 1 files changed, 3 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- 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