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 44390ac..0f72dc9 100644
--- a/src/Makefile.files
+++ b/src/Makefile.files
@@ -221,4 +221,6 @@ SRC = analysis/analysis.cpp \
nodes/expr/tryfinally_expr.h \
parsers/expr/tryfinally_expr.cpp \
nodes/cst/string_cst.h \
- parsers/cst/string_cst.cpp \ No newline at end of file
+ parsers/cst/string_cst.cpp \
+ nodes/type/union_type.h \
+ parsers/type/union_type.cpp \ No newline at end of file