diff -r e8497889edab -r c5c7c686d6a6 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