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