summaryrefslogtreecommitdiff
path: root/cli/makefile
diff options
context:
space:
mode:
Diffstat (limited to 'cli/makefile')
-rw-r--r--cli/makefile4
1 files changed, 4 insertions, 0 deletions
diff --git a/cli/makefile b/cli/makefile
index 76d23d8..10899be 100644
--- a/cli/makefile
+++ b/cli/makefile
@@ -8,6 +8,10 @@ include $(dir $(lastword $(MAKEFILE_LIST)))../build/bootstrap.make
cxx_tun := cli.cxx lexer.cxx parser.cxx
cxx_tun += \
+context.cxx \
+generator.cxx
+
+cxx_tun += \
semantics/class.cxx \
semantics/elements.cxx \
semantics/expression.cxx \