From d442b1c850236bde6e7a206d22c3a295744393ad Mon Sep 17 00:00:00 2001 From: Evan Martin Date: Tue, 4 Sep 2012 19:03:35 -0400 Subject: [PATCH] show all in graph --- configure.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/configure.py b/configure.py index 69e00d5..ec26a37 100755 --- a/configure.py +++ b/configure.py @@ -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']) -- 2.7.4