From: Michael Orlitzky Date: Fri, 14 Oct 2016 22:48:44 +0000 (-0400) Subject: Tweak the makefile now that the imports work better. X-Git-Tag: 0.1.0~135 X-Git-Url: http://gitweb.michael.orlitzky.com/?p=dunshire.git;a=commitdiff_plain;h=3ce82fade1d2d43c1c95c4282dc42e7510cd6865 Tweak the makefile now that the imports work better. --- 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: