]> gitweb.michael.orlitzky.com - dunshire.git/blobdiff - makefile
Update the `make clean` target for the new source locations.
[dunshire.git] / makefile
index 9f59a36bec439d23ab78cdb1bd24db1b531187af..10742db350df3a78805825b5f87459661887aeb8 100644 (file)
--- a/makefile
+++ b/makefile
@@ -4,8 +4,8 @@ check:
 
 .PHONY: lint
 lint:
-       pylint --reports=n *.py
+       PYTHONPATH="src/dunshire" pylint --reports=n src/dunshire/*.py
 
 .PHONY: clean
 clean:
-       rm -r __pycache__
+       rm -rf src/dunshire/__pycache__