]> gitweb.michael.orlitzky.com - dunshire.git/blobdiff - makefile
Reorganize the source under src/dunshire.
[dunshire.git] / makefile
index f1be9f05c3fd786b693f29a1091baf677c8b4c4f..2ef17ef883fcd4175057c6e1a0481354e44d01d8 100644 (file)
--- a/makefile
+++ b/makefile
@@ -2,6 +2,10 @@
 check:
        python test/suite.py
 
+.PHONY: lint
+lint:
+       PYTHONPATH="src/dunshire" pylint --reports=n src/dunshire/*.py
+
 .PHONY: clean
 clean:
        rm -r __pycache__