diff options
author | Case Duckworth | 2024-03-20 21:53:07 -0500 |
---|---|---|
committer | Case Duckworth | 2024-03-20 21:53:07 -0500 |
commit | 0577d76bbbbe97ebecb0bf6933f09fb6d3ffd474 (patch) | |
tree | 00efd2fb262841672dd81f76545e1e53753d95e2 /Makefile | |
parent | Remove spurious pp.pp (diff) | |
download | lam-0577d76bbbbe97ebecb0bf6933f09fb6d3ffd474.tar.gz lam-0577d76bbbbe97ebecb0bf6933f09fb6d3ffd474.zip |
Add luarepl target
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 3 |
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 | ||
11 | luarepl: | ||
12 | $(LUA) -i | ||
10 | 13 | ||
11 | .PHONY: repl | 14 | .PHONY: repl |
12 | repl: | 15 | repl: |