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

Nathan Goldbaum nathan12343 at gmail.com
Fri Oct 9 11:45:14 CDT 2015


# HG changeset patch
# User Nathan Goldbaum <ngoldbau at ucsc.edu>
# Date 1444409011 18000
#      Fri Oct 09 11:43:31 2015 -0500
# Node ID 8b5851ee9bc82124ec9fd02b160a284135547fd6
# Parent  490624ac27dac6156a18446fe8d6091761e5ac74
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:
+	$(PYTHON) setup.py $(PURE) bdist_wheel $(COMPILER:%=-c %)
+
 doc:
 	$(MAKE) -C doc
 


More information about the Mercurial-devel mailing list