diff options
Diffstat (limited to 'src/Makefile.files')
-rw-r--r-- | src/Makefile.files | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/src/Makefile.files b/src/Makefile.files index eb71264..ed8f5f4 100644 --- a/src/Makefile.files +++ b/src/Makefile.files @@ -70,4 +70,6 @@ SRC = nodes/base/cst.h \ nodes/stmt/if_stmt.h \ parsers/stmt/if_stmt.cpp \ nodes/stmt/while_stmt.h \ - parsers/stmt/while_stmt.cpp
\ No newline at end of file + parsers/stmt/while_stmt.cpp \ + nodes/expr/plus_expr.h \ + parsers/expr/plus_expr.cpp
\ No newline at end of file |