blob: c4269d8ba3108b1d587e4bf5eb24a92633347d9b (
plain)
1
2
3
4
5
6
7
8
|
ninja-directory-targets
-----------------------
* The :generator:`Ninja` generator learned to produce phony targets
of the form ``sub/dir/{test,install,package}`` to drive the build
of a subdirectory installation, test or packaging target.
This is equivalent to ``cd sub/dir; make {test,install,package}``
with :ref:`Makefile Generators`.
|