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 d0897f5..f0767a0 100644
--- a/src/Makefile.files
+++ b/src/Makefile.files
@@ -229,4 +229,6 @@ SRC = analysis/analysis.cpp \
nodes/cst/void_cst.h \
parsers/cst/void_cst.cpp \
nodes/stmt/break_stmt.h \
- parsers/stmt/break_stmt.cpp \ No newline at end of file
+ parsers/stmt/break_stmt.cpp \
+ nodes/expr/compound_expr.h \
+ parsers/expr/compound_expr.cpp \ No newline at end of file