Makefile
changeset 18598 4723ccb62282
parent 18056 7c9b07f0da73
child 19427 80983af366b5
--- a/Makefile	Sat Feb 09 07:44:22 2013 -0600
+++ b/Makefile	Sat Feb 09 15:57:04 2013 +0100
@@ -94,6 +94,9 @@
 test-%:
 	cd tests && $(PYTHON) run-tests.py $(TESTFLAGS) $@
 
+check-code:
+	hg manifest | xargs python contrib/check-code.py
+
 update-pot: i18n/hg.pot
 
 i18n/hg.pot: $(PYFILES) $(DOCFILES)