changeset 46750:350e7f051e95

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
author Pierre-Yves David <pierre-yves.david@octobus.net>
date Wed, 10 Mar 2021 13:53:31 +0100
parents 5a2212d40398
children a7204958ca21
files Makefile
diffstat 1 files changed, 3 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/Makefile	Fri Mar 12 23:04:56 2021 +0100
+++ b/Makefile	Wed Mar 10 13:53:31 2021 +0100
@@ -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)