# HG changeset patch # User Pierre-Yves David # Date 1615380840 -3600 # Node ID a20674f2055c2a84f97e5302415e84a6382b8871 # Parent a7204958ca21e8ee5bc63bd2445e04f7c84065f8 makefile: add a build-rhg option This gives an easy action to build the rhg-binary. This will be useful for the `install-rhg` action in the next changeset. Differential Revision: https://phab.mercurial-scm.org/D10193 diff -r a7204958ca21 -r a20674f2055c Makefile --- a/Makefile Wed Mar 10 13:53:47 2021 +0100 +++ b/Makefile Wed Mar 10 13:54:00 2021 +0100 @@ -71,6 +71,9 @@ build-chg: make -C contrib/chg +build-rhg: + (cd rust/rhg; cargo build --release) + wheel: FORCE_SETUPTOOLS=1 $(PYTHON) setup.py $(PURE) bdist_wheel $(COMPILERFLAG)