summaryrefslogtreecommitdiffstats
path: root/configure.py
diff options
context:
space:
mode:
authorEvan Martin <martine@danga.com>2012-09-04 23:03:35 (GMT)
committerEvan Martin <martine@danga.com>2012-09-04 23:03:35 (GMT)
commitd442b1c850236bde6e7a206d22c3a295744393ad (patch)
tree077686352ab671e1708596c3a5d537df924b3d2f /configure.py
parentf9d9daded0a351ac4311d57d9e806ae1e4208ce3 (diff)
downloadNinja-d442b1c850236bde6e7a206d22c3a295744393ad.zip
Ninja-d442b1c850236bde6e7a206d22c3a295744393ad.tar.gz
Ninja-d442b1c850236bde6e7a206d22c3a295744393ad.tar.bz2
show all in graph
Diffstat (limited to 'configure.py')
-rwxr-xr-xconfigure.py2
1 files changed, 1 insertions, 1 deletions
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'])