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 e9cb708..b9af8e4 100644
--- a/src/Makefile.files
+++ b/src/Makefile.files
@@ -175,4 +175,6 @@ SRC = analysis/analysis.cpp \
nodes/stmt/cleanup_stmt.h \
parsers/stmt/cleanup_stmt.cpp \
nodes/expr/trycatch_expr.h \
- parsers/expr/trycatch_expr.cpp \ No newline at end of file
+ parsers/expr/trycatch_expr.cpp \
+ nodes/expr/rshift_expr.h \
+ parsers/expr/rshift_expr.cpp \ No newline at end of file