aboutsummaryrefslogtreecommitdiff
path: root/build/dump.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'build/dump.cxx')
-rw-r--r--build/dump.cxx2
1 files changed, 2 insertions, 0 deletions
diff --git a/build/dump.cxx b/build/dump.cxx
index 6496598..9299a86 100644
--- a/build/dump.cxx
+++ b/build/dump.cxx
@@ -21,6 +21,8 @@ namespace build
static void
dump_target (ostream& os, const target& t)
{
+ //@@ Need to print group info somehow.
+
os << t << ':';
for (const prerequisite_target& pe: t.prerequisites)