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 e056089..b492029 100644
--- a/src/Makefile.files
+++ b/src/Makefile.files
@@ -213,4 +213,6 @@ SRC = analysis/analysis.cpp \
nodes/expr/roundmod_expr.h \
parsers/expr/roundmod_expr.cpp \
nodes/expr/negate_expr.h \
- parsers/expr/negate_expr.cpp \ No newline at end of file
+ parsers/expr/negate_expr.cpp \
+ nodes/stmt/for_stmt.h \
+ parsers/stmt/for_stmt.cpp \ No newline at end of file