summaryrefslogtreecommitdiff
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 73097e1..7e7d754 100644
--- a/Makefile
+++ b/Makefile
@@ -29,7 +29,7 @@ ENABLE_DEBUG = 1
CC = clang
LD = ld.ldd
-OFILES = $(addprefix src/,log.o hash.o hashmap.o lexer/char_info.o lexer/keywords.o lexer/lexer.o main.o)
+OFILES = $(addprefix src/,log.o hash.o hashmap.o lexer/char_info.o lexer/keywords.o lexer/lexer.o parser/parser.o main.o)
CFLAGS = -Wall -Wextra -Werror -Iinclude -O3
LDFLAGS =