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