diff --git a/Makefile b/Makefile --- a/Makefile +++ b/Makefile @@ -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)