diff options
author | Case Duckworth | 2024-04-03 22:47:00 -0500 |
---|---|---|
committer | Case Duckworth | 2024-04-03 22:47:00 -0500 |
commit | 0d106d409b8e7bfc3c6d9ea6bda18a1858ec5297 (patch) | |
tree | e5873df2e03fff40777c5288c4e5cbb226b6746b /Makefile | |
parent | Change pp -> dump (diff) | |
download | lam-0d106d409b8e7bfc3c6d9ea6bda18a1858ec5297.tar.gz lam-0d106d409b8e7bfc3c6d9ea6bda18a1858ec5297.zip |
Add logos
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile index 42349fb..617a695 100644 --- a/Makefile +++ b/Makefile | |||
@@ -13,7 +13,7 @@ luarepl: | |||
13 | 13 | ||
14 | .PHONY: repl | 14 | .PHONY: repl |
15 | repl: | 15 | repl: |
16 | $(LUA) -e 'require("repl").repl("lam> ")' | 16 | $(LUA) -e 'require("repl").repl("> ")' |
17 | 17 | ||
18 | .PHONY: test | 18 | .PHONY: test |
19 | test: | 19 | test: |