summaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
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