From ab8a02fd30451207578927c7e69aa397ad596459 Mon Sep 17 00:00:00 2001 From: Case Duckworth Date: Sat, 30 Mar 2024 22:20:36 -0500 Subject: Read from ports now --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Makefile') diff --git a/Makefile b/Makefile index 0e1786c..51b3fc2 100644 --- a/Makefile +++ b/Makefile @@ -13,7 +13,7 @@ luarepl: .PHONY: repl repl: - $(LUA) -e 'require("repl").repl()' + $(LUA) -e 'require("repl").repl("lam> ")' .PHONY: test test: -- cgit 1.4.1-21-gabe81