aboutsummaryrefslogtreecommitdiff
path: root/cutl/makefile
diff options
context:
space:
mode:
authorBoris Kolpackov <boris@codesynthesis.com>2009-09-13 14:02:04 +0200
committerBoris Kolpackov <boris@codesynthesis.com>2009-09-13 14:02:04 +0200
commit29c8ce737f513766673fd3e57e30233d9fcce159 (patch)
tree5438af51e0befd3dbc831f8258d4b2a964f1a957 /cutl/makefile
parent9767fa0eb684560d3ed9a5abc026e658b5ba735a (diff)
Add C++ source code indenter
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)