[PATCH 2 of 2 v3] makefile: add wheel build target

Nathan Goldbaum nathan12343 at gmail.com
Fri Oct 9 12:31:16 CDT 2015


# HG changeset patch
# User Nathan Goldbaum <ngoldbau at ucsc.edu>
# Date 1444411846 18000
#      Fri Oct 09 12:30:46 2015 -0500
# Node ID c630785461f0465adebce581eb25a503f654333a
# Parent  d27f31183f4ca4af2a0a96af32a631181b501b5a
makefile: add wheel build target

diff --git a/Makefile b/Makefile
--- a/Makefile
+++ b/Makefile
@@ -51,6 +51,9 @@ local:
 build:
 	$(PYTHON) setup.py $(PURE) build $(COMPILER:%=-c %)
 
+wheel:
+	FORCE_SETUPTOOLS=1 $(PYTHON) setup.py $(PURE) bdist_wheel $(COMPILER:%=-c %)
+
 doc:
 	$(MAKE) -C doc
 


More information about the Mercurial-devel mailing list