aboutsummaryrefslogtreecommitdiff
path: root/cutl/makefile
diff options
context:
space:
mode:
Diffstat (limited to 'cutl/makefile')
-rw-r--r--cutl/makefile6
1 files changed, 5 insertions, 1 deletions
diff --git a/cutl/makefile b/cutl/makefile
index b27f090..635524e 100644
--- a/cutl/makefile
+++ b/cutl/makefile
@@ -6,7 +6,11 @@
include $(dir $(lastword $(MAKEFILE_LIST)))../build/bootstrap.make
cxx_tun := shared-ptr/base.cxx
-cxx_tun += compiler/context.cxx compiler/type-info.cxx
+
+cxx_tun += \
+compiler/context.cxx \
+compiler/type-info.cxx \
+compiler/cxx-indenter.cxx
cxx_obj := $(addprefix $(out_base)/,$(cxx_tun:.cxx=.o))
cxx_od := $(cxx_obj:.o=.o.d)