diff --git a/Makefile b/Makefile index 459d81d..b6c5430 100644 --- a/Makefile +++ b/Makefile @@ -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