summaryrefslogtreecommitdiff
path: root/cli/makefile
diff options
context:
space:
mode:
Diffstat (limited to 'cli/makefile')
-rw-r--r--cli/makefile5
1 files changed, 3 insertions, 2 deletions
diff --git a/cli/makefile b/cli/makefile
index a6026a6..488d758 100644
--- a/cli/makefile
+++ b/cli/makefile
@@ -9,10 +9,11 @@ cxx_tun := cli.cxx lexer.cxx parser.cxx
cxx_tun += \
context.cxx \
-generator.cxx \
header.cxx \
inline.cxx \
-source.cxx
+source.cxx \
+generator.cxx \
+name-processor.cxx
cxx_tun += \
semantics/class.cxx \