]> gitweb.michael.orlitzky.com - dunshire.git/blobdiff - makefile
Update the `make clean` target for the new source locations.
[dunshire.git] / makefile
index ca681470d68f08f9f9ef2c62a27c7b503b4c69d7..10742db350df3a78805825b5f87459661887aeb8 100644 (file)
--- a/makefile
+++ b/makefile
@@ -1,3 +1,11 @@
+.PHONY: check
+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__