diff options
author | Roland Reichwein <mail@reichwein.it> | 2020-03-14 15:24:23 +0100 |
---|---|---|
committer | Roland Reichwein <mail@reichwein.it> | 2020-03-14 15:24:23 +0100 |
commit | 15a56fcb5f29b8507298144a835a819de652e788 (patch) | |
tree | 1527d3d5996389f00f9f0afa2a4fa1122a794830 /Makefile | |
parent | 6fcfe0a5cf8f53658e50e346076768eec229e695 (diff) |
Prepare DFA
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 |