show all in graph
authorEvan Martin <martine@danga.com>
Tue, 4 Sep 2012 23:03:35 +0000 (19:03 -0400)
committerEvan Martin <martine@danga.com>
Tue, 4 Sep 2012 23:03:35 +0000 (19:03 -0400)
configure.py

index 69e00d5..ec26a37 100755 (executable)
@@ -382,7 +382,7 @@ n.newline()
 
 n.comment('Generate a graph using the "graph" tool.')
 n.rule('gendot',
-       command='./ninja -t graph > $out')
+       command='./ninja -t graph all > $out')
 n.rule('gengraph',
        command='dot -Tpng $in > $out')
 dot = n.build(built('graph.dot'), 'gendot', ['ninja', 'build.ninja'])