diff options
author | Roland Reichwein <mail@reichwein.it> | 2020-03-21 16:06:47 +0100 |
---|---|---|
committer | Roland Reichwein <mail@reichwein.it> | 2020-03-21 16:06:47 +0100 |
commit | cdf001920fde6652b344775589b0524ff6529809 (patch) | |
tree | 883ab6232a4c4ca4056b123bff7c7d1cd98c5cf4 /Makefile | |
parent | 3cc139bce0283018473d4906ee2ea5f40f771255 (diff) |
Added Gram::Compiler to CPP (WIP)
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 |