From 272f1854f85b424023dd986932d63b456c18f764 Mon Sep 17 00:00:00 2001
From: Rudy Matela <rudy@matela.com.br>
Date: Fri, 8 Nov 2024 18:33:41 +0100
Subject: [PATCH] minor fix in how the repl is loaded

---
 Makefile | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

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