Skip to content
Snippets Groups Projects
Commit 350e7f05 authored by Pierre-Yves David's avatar Pierre-Yves David :octopus:
Browse files

makefile: add a build-chg option

This is done as a gratuitous improvement on the way to add makefile entry to
build and install rhg.

It seems saner to have equivalent entry for chg too.

Differential Revision: https://phab.mercurial-scm.org/D10191
parent 5a2212d4
No related branches found
No related tags found
No related merge requests found
......@@ -68,6 +68,9 @@
build:
$(PYTHON) setup.py $(PURE) build $(COMPILERFLAG)
build-chg:
make -C contrib/chg
wheel:
FORCE_SETUPTOOLS=1 $(PYTHON) setup.py $(PURE) bdist_wheel $(COMPILERFLAG)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment