diff options
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
@@ -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 |