summaryrefslogtreecommitdiffstats
path: root/Help/release/dev/ninja-directory-targets.rst
blob: 4826228ce6a4a8ef4a13d633856f1e5f9f767ea1 (plain)
1
2
3
4
5
6
7
ninja-directory-targets
-----------------------

* The :generator:`Ninja` generator learned to produce phony targets
  of the form ``sub/dir/all`` to drive the build of a subdirectory.
  This is equivalent to ``cd sub/dir; make all`` with
  :ref:`Makefile Generators`.