summaryrefslogtreecommitdiffhomepage
path: root/Makefile
diff options
context:
space:
mode:
authorRoland Reichwein <mail@reichwein.it>2020-03-23 22:02:40 +0100
committerRoland Reichwein <mail@reichwein.it>2020-03-23 22:02:40 +0100
commitfce1c18103f208857af477ca47af9aa908bd69b6 (patch)
tree3d0affeca1328825e81be8950f19e956f39ab213 /Makefile
parent365183e243d164185bca6ad9fa4e0d75664800f4 (diff)
Helper functions for grammer
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/Makefile b/Makefile
index b28f356..23b7457 100644
--- a/Makefile
+++ b/Makefile
@@ -49,6 +49,7 @@ SRC=\
cppbnf.cpp \
test-cppbnf.cpp \
grammer.cpp \
+ test-grammer.cpp \
lexer.cpp \
test-lexer.cpp \
minicc.cpp \