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