ninja-directory-targets.rst 348 B

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