summaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
authorSadeep Madurange <sadeep@asciimx.com>2026-07-26 19:58:44 +0800
committerSadeep Madurange <sadeep@asciimx.com>2026-07-27 20:59:00 +0800
commit8c419c6efe69adfc4424e598b4fa65bbb06c1b5a (patch)
tree040c19e08cfc47711dcdaab24621e79c2e4037df /Makefile
parent4fb8801eebca334bebd52c2e96b03fccc07a1dc5 (diff)
downloadlex-8c419c6efe69adfc4424e598b4fa65bbb06c1b5a.tar.gz
Change project name, update prompt, tune parameters.HEADmaster
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 5fca7e1..3ebe5c5 100644
--- a/Makefile
+++ b/Makefile
@@ -17,7 +17,7 @@ STATIC_LIBS = deps/lib/libllama.a \
# System flags required for static linking llama on OpenBSD
SYS_LIBS = -static -pthread -lm -lc++ -lc++abi
-TARGET = wordbook.cgi
+TARGET = lex
SRC = main.c
OBJS = main.o