##// END OF EJS Templates
makefile: add wheel build target
Nathan Goldbaum -
r26601:c5c7c686 default
parent child Browse files
Show More
@@ -51,6 +51,9 b' local:'
51 build:
51 build:
52 $(PYTHON) setup.py $(PURE) build $(COMPILER:%=-c %)
52 $(PYTHON) setup.py $(PURE) build $(COMPILER:%=-c %)
53
53
54 wheel:
55 FORCE_SETUPTOOLS=1 $(PYTHON) setup.py $(PURE) bdist_wheel $(COMPILER:%=-c %)
56
54 doc:
57 doc:
55 $(MAKE) -C doc
58 $(MAKE) -C doc
56
59
General Comments 0
You need to be logged in to leave comments. Login now