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 8a37c90..4b00d67 100644
--- a/src/Makefile.files
+++ b/src/Makefile.files
@@ -205,4 +205,6 @@ SRC = analysis/analysis.cpp \
nodes/expr/rounddiv_expr.h \
parsers/expr/rounddiv_expr.cpp \
nodes/expr/truncmod_expr.h \
- parsers/expr/truncmod_expr.cpp \ No newline at end of file
+ parsers/expr/truncmod_expr.cpp \
+ nodes/expr/floormod_expr.h \
+ parsers/expr/floormod_expr.cpp \ No newline at end of file