From 4a4fc3b7d8d12cdb094fec356f660f25854f252b Mon Sep 17 00:00:00 2001 From: Evan Martin Date: Sat, 4 Dec 2010 16:11:41 -0800 Subject: [PATCH] use "all" rule in graph --- build.ninja | 3 +-- 1 file changed, 1 insertion(+), 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 -- 2.7.4