summaryrefslogtreecommitdiffhomepage
path: root/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile4
1 files changed, 3 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 5d6ee59..b8f5495 100644
--- a/Makefile
+++ b/Makefile
@@ -45,12 +45,14 @@ endif
SRC=\
bnf.cpp \
cpp.cpp \
+ test-cpp.cpp \
+ cppbnf.cpp \
+ test-cppbnf.cpp \
grammer.cpp \
lexer.cpp \
test-lexer.cpp \
minicc.cpp \
test-minicc.cpp \
- cppbnf.cpp \
googletest/src/gtest-all.cpp \
googlemock/src/gmock-all.cpp