about summary refs log tree commit diff stats
path: root/Makefile
diff options
context:
space:
mode:
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: