]> gitweb.michael.orlitzky.com - dunshire.git/blobdiff - makefile
Update the `make clean` target for the new source locations.
[dunshire.git] / makefile
index f1be9f05c3fd786b693f29a1091baf677c8b4c4f..10742db350df3a78805825b5f87459661887aeb8 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__
+       rm -rf src/dunshire/__pycache__