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 8587ba4..a3926ba 100644 --- a/src/Makefile.files +++ b/src/Makefile.files @@ -82,4 +82,6 @@ SRC = nodes/base/cst.h \ nodes/expr/call_expr.h \ parsers/expr/call_expr.cpp \ nodes/expr/addr_expr.h \ - parsers/expr/addr_expr.cpp
\ No newline at end of file + parsers/expr/addr_expr.cpp \ + nodes/expr/eq_expr.h \ + parsers/expr/eq_expr.cpp
\ No newline at end of file |