about summary refs log tree commit diff stats
diff options
context:
space:
mode:
-rw-r--r--Makefile3
1 files changed, 3 insertions, 0 deletions
diff --git a/Makefile b/Makefile index f08ae06..0e1786c 100644 --- a/Makefile +++ b/Makefile
@@ -7,6 +7,9 @@ LUA ?= rlwrap luajit \
7 -e 'util = require "util"' \ 7 -e 'util = require "util"' \
8 -e 'test = require "test"' 8 -e 'test = require "test"'
9 9
10.PHONY: luarepl
11luarepl:
12 $(LUA) -i
10 13
11.PHONY: repl 14.PHONY: repl
12repl: 15repl: