X-Git-Url: http://gitweb.michael.orlitzky.com/?a=blobdiff_plain;f=makefile;h=10742db350df3a78805825b5f87459661887aeb8;hb=21f85dc3effec30c4c8395af57e83d98247a4ab6;hp=9f59a36bec439d23ab78cdb1bd24db1b531187af;hpb=ab6aa9c36bc06ae0f14f404bd73d8865b161eb0f;p=dunshire.git diff --git a/makefile b/makefile index 9f59a36..10742db 100644 --- 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__