LUA ?= rlwrap luajit .PHONY: repl repl: $(LUA) -e 'require("repl").repl()' .PHONY: test test: $(LUA) -i \ -e 'eval=require"eval"'\ -e 'global=require"global"'\ -e 'pp=require"pp"'\ -e 'read=require"read"'\ -e 'util=require"util"'\ -e 'repl=require"repl"'\ -e 'types=require"types"'\ -e 'utf8=require"utf8"'\ -e 'util=require"util"'