about summary refs log tree commit diff stats
path: root/Makefile
diff options
context:
space:
mode:
authorCase Duckworth2024-04-03 22:47:00 -0500
committerCase Duckworth2024-04-03 22:47:00 -0500
commit0d106d409b8e7bfc3c6d9ea6bda18a1858ec5297 (patch)
treee5873df2e03fff40777c5288c4e5cbb226b6746b /Makefile
parentChange pp -> dump (diff)
downloadlam-0d106d409b8e7bfc3c6d9ea6bda18a1858ec5297.tar.gz
lam-0d106d409b8e7bfc3c6d9ea6bda18a1858ec5297.zip
Add logos
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
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
15repl: 15repl:
16 $(LUA) -e 'require("repl").repl("lam> ")' 16 $(LUA) -e 'require("repl").repl("> ")'
17 17
18.PHONY: test 18.PHONY: test
19test: 19test: