summaryrefslogtreecommitdiffhomepage
path: root/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile4
1 files changed, 4 insertions, 0 deletions
diff --git a/Makefile b/Makefile
index af47b09..547e905 100644
--- a/Makefile
+++ b/Makefile
@@ -44,6 +44,10 @@ endif
SRC=\
minicc.cpp \
+ lexer.cpp \
+ grammer.cpp \
+ bnf.cpp \
+ test-lexer.cpp \
googletest/src/gtest-all.cpp \
googlemock/src/gmock-all.cpp