]> gitweb.michael.orlitzky.com - dunshire.git/blobdiff - makefile
Add a "make lint" target.
[dunshire.git] / makefile
index ca681470d68f08f9f9ef2c62a27c7b503b4c69d7..9f59a36bec439d23ab78cdb1bd24db1b531187af 100644 (file)
--- a/makefile
+++ b/makefile
@@ -1,3 +1,11 @@
+.PHONY: check
+check:
+       python test/suite.py
+
+.PHONY: lint
+lint:
+       pylint --reports=n *.py
+
 .PHONY: clean
 clean:
        rm -r __pycache__