diff options
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: |