summaryrefslogtreecommitdiff
path: root/src/Makefile.files
diff options
context:
space:
mode:
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 c2099e2..a726004 100644
--- a/src/Makefile.files
+++ b/src/Makefile.files
@@ -217,4 +217,6 @@ SRC = analysis/analysis.cpp \
nodes/stmt/for_stmt.h \
parsers/stmt/for_stmt.cpp \
nodes/expr/label_expr.h \
- parsers/expr/label_expr.cpp \ No newline at end of file
+ parsers/expr/label_expr.cpp \
+ nodes/expr/tryfinally_expr.h \
+ parsers/expr/tryfinally_expr.cpp \ No newline at end of file