diff --git a/Makefile b/Makefile
index 5a2212d403980bee71e7f2b0d4784099ca7c2f82_TWFrZWZpbGU=..350e7f051e954f3092afb0d31a680c7674b44efa_TWFrZWZpbGU= 100644
--- 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)