diff options
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 5 |
1 files changed, 4 insertions, 1 deletions
@@ -47,9 +47,12 @@ SRC=\ cpp.cpp \ grammer.cpp \ lexer.cpp \ + test-lexer.cpp \ minicc.cpp \ + test-minicc.cpp \ cppbnf.cpp \ - test-lexer.cpp \ + dfa.cpp \ + test-dfa.cpp \ googletest/src/gtest-all.cpp \ googlemock/src/gmock-all.cpp |