about summary refs log tree commit diff stats
path: root/Makefile
diff options
context:
space:
mode:
authorCase Duckworth2024-03-30 22:20:36 -0500
committerCase Duckworth2024-03-30 22:20:36 -0500
commitab8a02fd30451207578927c7e69aa397ad596459 (patch)
tree24803910776ed692f1610f44e35d0f23b9712ca3 /Makefile
parentSpecial-case '.', '...', '+', '-' (diff)
downloadlam-ab8a02fd30451207578927c7e69aa397ad596459.tar.gz
lam-ab8a02fd30451207578927c7e69aa397ad596459.zip
Read from ports now
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile index 0e1786c..51b3fc2 100644 --- a/Makefile +++ b/Makefile
@@ -13,7 +13,7 @@ luarepl:
13 13
14.PHONY: repl 14.PHONY: repl
15repl: 15repl:
16 $(LUA) -e 'require("repl").repl()' 16 $(LUA) -e 'require("repl").repl("lam> ")'
17 17
18.PHONY: test 18.PHONY: test
19test: 19test: