Implement default target statements
authorPeter Collingbourne <peter@pcc.me.uk>
Wed, 31 Aug 2011 03:55:35 +0000 (04:55 +0100)
committerPeter Collingbourne <peter@pcc.me.uk>
Wed, 31 Aug 2011 16:51:05 +0000 (17:51 +0100)
commit7a6c9d480d4ca7020f74e5f4dfbaf28c9ff2a6a4
tree20aff5ee6b1061c0f53c51805419225a1367b2bd
parent679305757e68861885f1e5c819625d2f0bca6c0b
Implement default target statements

This introduces a new directive, the default target statement, which
may be used to control the list of targets built by default (i.e. if
no target is named on the command line).
doc/manual.asciidoc
src/ninja.cc
src/ninja.h
src/ninja_jumble.cc
src/parsers.cc
src/parsers.h
src/parsers_test.cc