diff options
author | Case Duckworth | 2024-03-04 12:54:36 -0600 |
---|---|---|
committer | Case Duckworth | 2024-03-04 12:54:36 -0600 |
commit | 25146525a1388d9e8a9e4c59fa31fbd16d9ac241 (patch) | |
tree | 5ff73b8a5f104f6057272f8923ea499b306a7cca /makefile | |
parent | Vendor UTF-8 (diff) | |
download | lam-25146525a1388d9e8a9e4c59fa31fbd16d9ac241.tar.gz lam-25146525a1388d9e8a9e4c59fa31fbd16d9ac241.zip |
Rename readme and makefile
Diffstat (limited to 'makefile')
-rw-r--r-- | makefile | 18 |
1 files changed, 0 insertions, 18 deletions
diff --git a/makefile b/makefile deleted file mode 100644 index ff07d99..0000000 --- a/makefile +++ /dev/null | |||
@@ -1,18 +0,0 @@ | |||
1 | LUA ?= rlwrap luajit | ||
2 | |||
3 | .PHONY: repl | ||
4 | repl: | ||
5 | $(LUA) -e 'require("repl").repl()' | ||
6 | |||
7 | .PHONY: test | ||
8 | test: | ||
9 | $(LUA) -i \ | ||
10 | -e 'eval=require"eval"'\ | ||
11 | -e 'global=require"global"'\ | ||
12 | -e 'pp=require"pp"'\ | ||
13 | -e 'read=require"read"'\ | ||
14 | -e 'util=require"util"'\ | ||
15 | -e 'repl=require"repl"'\ | ||
16 | -e 'types=require"types"'\ | ||
17 | -e 'utf8=require"utf8"'\ | ||
18 | -e 'util=require"util"' | ||