##// END OF EJS Templates
makefile: add a build-chg option...
marmoute -
r47484:350e7f05 default
parent child Browse files
Show More
@@ -68,6 +68,9 b' local:'
68 build:
68 build:
69 $(PYTHON) setup.py $(PURE) build $(COMPILERFLAG)
69 $(PYTHON) setup.py $(PURE) build $(COMPILERFLAG)
70
70
71 build-chg:
72 make -C contrib/chg
73
71 wheel:
74 wheel:
72 FORCE_SETUPTOOLS=1 $(PYTHON) setup.py $(PURE) bdist_wheel $(COMPILERFLAG)
75 FORCE_SETUPTOOLS=1 $(PYTHON) setup.py $(PURE) bdist_wheel $(COMPILERFLAG)
73
76
General Comments 0
You need to be logged in to leave comments. Login now