##// END OF EJS Templates
Makefile: add build_hgexe -i for local
Adrian Buehlmann -
r17062:682a8ad2 default
parent child Browse files
Show More
@@ -33,7 +33,7 b' help:'
33 all: build doc
33 all: build doc
34
34
35 local:
35 local:
36 $(PYTHON) setup.py $(PURE) build_py -c -d . build_ext -i build_mo
36 $(PYTHON) setup.py $(PURE) build_py -c -d . build_ext -i build_hgexe -i build_mo
37 $(PYTHON) hg version
37 $(PYTHON) hg version
38
38
39 build:
39 build:
General Comments 0
You need to be logged in to leave comments. Login now