summaryrefslogtreecommitdiffstats
path: root/build.ninja
diff options
context:
space:
mode:
authorEvan Martin <martine@danga.com>2010-12-05 00:11:41 (GMT)
committerEvan Martin <martine@danga.com>2010-12-05 00:11:41 (GMT)
commit4a4fc3b7d8d12cdb094fec356f660f25854f252b (patch)
tree19161eaee932093f060ce7143f7ca4c1185178aa /build.ninja
parent42d237e7841679b27cd5dcae82d143d86a87a807 (diff)
downloadNinja-4a4fc3b7d8d12cdb094fec356f660f25854f252b.zip
Ninja-4a4fc3b7d8d12cdb094fec356f660f25854f252b.tar.gz
Ninja-4a4fc3b7d8d12cdb094fec356f660f25854f252b.tar.bz2
use "all" rule in graph
Diffstat (limited to 'build.ninja')
-rw-r--r--build.ninja3
1 files changed, 1 insertions, 2 deletions
diff --git a/build.ninja b/build.ninja
index 9661782..50bbe4e 100644
--- a/build.ninja
+++ b/build.ninja
@@ -52,9 +52,8 @@ build ninja_test: link @build_test.o @ninja_test.o @parsers_test.o \
# Generate a graph of the dependency tree (including the
# graph generation itself in the resulting tree).
-graph_targets = ninja ninja_test graph.png
rule gendot
- command = ./ninja -g $graph_targets > $out
+ command = ./ninja -g all > $out
rule gengraph
command = dot -Tpng $in > $out