From 8c419c6efe69adfc4424e598b4fa65bbb06c1b5a Mon Sep 17 00:00:00 2001 From: Sadeep Madurange Date: Sun, 26 Jul 2026 19:58:44 +0800 Subject: Change project name, update prompt, tune parameters. --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Makefile') 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 -- cgit v1.2.3