##// END OF EJS Templates
makefile: add a build-rhg option...
marmoute -
r47486:a20674f2 default
parent child Browse files
Show More
@@ -71,6 +71,9 b' build:'
71 build-chg:
71 build-chg:
72 make -C contrib/chg
72 make -C contrib/chg
73
73
74 build-rhg:
75 (cd rust/rhg; cargo build --release)
76
74 wheel:
77 wheel:
75 FORCE_SETUPTOOLS=1 $(PYTHON) setup.py $(PURE) bdist_wheel $(COMPILERFLAG)
78 FORCE_SETUPTOOLS=1 $(PYTHON) setup.py $(PURE) bdist_wheel $(COMPILERFLAG)
76
79
General Comments 0
You need to be logged in to leave comments. Login now