]> gitweb.michael.orlitzky.com - dunshire.git/blobdiff - makefile
Reorganize the source under src/dunshire.
[dunshire.git] / makefile
index 9f59a36bec439d23ab78cdb1bd24db1b531187af..2ef17ef883fcd4175057c6e1a0481354e44d01d8 100644 (file)
--- a/makefile
+++ b/makefile
@@ -4,7 +4,7 @@ check:
 
 .PHONY: lint
 lint:
-       pylint --reports=n *.py
+       PYTHONPATH="src/dunshire" pylint --reports=n src/dunshire/*.py
 
 .PHONY: clean
 clean: