make repl runs a fennel repl with the path set correctly

This commit is contained in:
XeroOl 2024-03-28 23:59:45 -05:00
parent 59b966a25f
commit 5fa5a0a323

View File

@ -27,6 +27,9 @@ clean:
test:
TESTING=1 $(FENNEL) $(OPTS) --add-fennel-path "./test/faith/?.fnl" test/init.fnl
repl:
$(FENNEL) $(OPTS) --add-fennel-path "./test/faith/?.fnl"
testall:
$(MAKE) test LUA=lua5.1
$(MAKE) test LUA=lua5.2