# HG changeset patch # User Nathan Goldbaum # Date 1444411846 18000 # Node ID c5c7c686d6a6ae996f08274721612f1fdc65f02b # Parent e8497889edab865818c0f91094b0ed3cd7681f34 makefile: add wheel build target 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