diff options
author | Case Duckworth | 2024-03-30 22:20:36 -0500 |
---|---|---|
committer | Case Duckworth | 2024-03-30 22:20:36 -0500 |
commit | ab8a02fd30451207578927c7e69aa397ad596459 (patch) | |
tree | 24803910776ed692f1610f44e35d0f23b9712ca3 /Makefile | |
parent | Special-case '.', '...', '+', '-' (diff) | |
download | lam-ab8a02fd30451207578927c7e69aa397ad596459.tar.gz lam-ab8a02fd30451207578927c7e69aa397ad596459.zip |
Read from ports now
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 2 |
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 |
15 | repl: | 15 | repl: |
16 | $(LUA) -e 'require("repl").repl()' | 16 | $(LUA) -e 'require("repl").repl("lam> ")' |
17 | 17 | ||
18 | .PHONY: test | 18 | .PHONY: test |
19 | test: | 19 | test: |