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