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 9c56328..eb71264 100644
--- a/src/Makefile.files
+++ b/src/Makefile.files
@@ -68,4 +68,6 @@ SRC = nodes/base/cst.h \
nodes/stmt/expr_stmt.h \
parsers/stmt/expr_stmt.cpp \
nodes/stmt/if_stmt.h \
- parsers/stmt/if_stmt.cpp \ No newline at end of file
+ parsers/stmt/if_stmt.cpp \
+ nodes/stmt/while_stmt.h \
+ parsers/stmt/while_stmt.cpp \ No newline at end of file