X-Git-Url: http://gitweb.michael.orlitzky.com/?a=blobdiff_plain;f=makefile;fp=makefile;h=b8a02711b3b0a9f63c0deacb8bc8ad7700e80e6f;hb=3ce82fade1d2d43c1c95c4282dc42e7510cd6865;hp=db76ca1b6d367bc3f693b6c9945efbee641c1fd0;hpb=9005163dd01c10264e41ea69fd8a21e31abd0aba;p=dunshire.git diff --git a/makefile b/makefile index db76ca1..b8a0271 100644 --- a/makefile +++ b/makefile @@ -1,4 +1,5 @@ -SRCDIR := src/dunshire +PN := dunshire +SRCDIR := src/$(PN) SRCS := $(SRCDIR)/*.py doc: $(SRCS) doc/source/conf.py doc/makefile @@ -11,7 +12,7 @@ check: .PHONY: lint lint: - PYTHONPATH="$(SRCDIR)" pylint --rcfile=./.pylintrc $(SRCS) + pylint --rcfile=./.pylintrc $(SRCS) .PHONY: clean clean: