summaryrefslogtreecommitdiffhomepage
path: root/Makefile
diff options
context:
space:
mode:
authorRoland Reichwein <mail@reichwein.it>2020-03-21 16:06:47 +0100
committerRoland Reichwein <mail@reichwein.it>2020-03-21 16:06:47 +0100
commitcdf001920fde6652b344775589b0524ff6529809 (patch)
tree883ab6232a4c4ca4056b123bff7c7d1cd98c5cf4 /Makefile
parent3cc139bce0283018473d4906ee2ea5f40f771255 (diff)
Added Gram::Compiler to CPP (WIP)
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile4
1 files changed, 3 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 5d6ee59..b8f5495 100644
--- a/Makefile
+++ b/Makefile
@@ -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