summaryrefslogtreecommitdiff
path: root/src/Makefile.files
diff options
context:
space:
mode:
authorAndrei Karas <akaras@inbox.ru>2015-06-08 14:56:40 +0300
committerAndrei Karas <akaras@inbox.ru>2015-06-08 14:56:40 +0300
commita79c4d90d2aabe664b25f001d80c5239bd2227fb (patch)
treeb76a3d2143a17982c1ad8592efda1756e7af20a1 /src/Makefile.files
parentd99649fbc1a84dc6f84439d9e5b67620d90cd886 (diff)
downloadparanucker-a79c4d90d2aabe664b25f001d80c5239bd2227fb.tar.gz
paranucker-a79c4d90d2aabe664b25f001d80c5239bd2227fb.tar.bz2
paranucker-a79c4d90d2aabe664b25f001d80c5239bd2227fb.tar.xz
paranucker-a79c4d90d2aabe664b25f001d80c5239bd2227fb.zip
Add parsing node GT_EXPR.
Diffstat (limited to 'src/Makefile.files')
-rw-r--r--src/Makefile.files4
1 files changed, 3 insertions, 1 deletions
diff --git a/src/Makefile.files b/src/Makefile.files
index 31f822b..0a84b6a 100644
--- a/src/Makefile.files
+++ b/src/Makefile.files
@@ -88,4 +88,6 @@ SRC = nodes/base/cst.h \
nodes/expr/lt_expr.h \
parsers/expr/lt_expr.cpp \
nodes/expr/le_expr.h \
- parsers/expr/le_expr.cpp \ No newline at end of file
+ parsers/expr/le_expr.cpp \
+ nodes/expr/gt_expr.h \
+ parsers/expr/gt_expr.cpp \ No newline at end of file