diff --git a/Makefile b/Makefile index 7f989e9..7ba9f8f 100644 --- a/Makefile +++ b/Makefile @@ -7,7 +7,7 @@ all: python src/leancheck.py repl: - python -i src/leancheck.py -c 'from leancheck import *' + PYTHONPATH=src python -ic 'from leancheck import *' test: examples python src/leancheck.py