X-Git-Url: http://gitweb.michael.orlitzky.com/?a=blobdiff_plain;f=makefile;h=2ef17ef883fcd4175057c6e1a0481354e44d01d8;hb=56ea961887d507114174af5f92b8c3c77b0b7a50;hp=9f59a36bec439d23ab78cdb1bd24db1b531187af;hpb=23a78f1c16aa4654b74a1908a091661fc6d551a2;p=dunshire.git diff --git a/makefile b/makefile index 9f59a36..2ef17ef 100644 --- 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: