ninja (1) Linux Manual Page
NAME
ninja – small build system closest in spirit to Make
DESCRIPTION
usage: ninja [options] [targets…]
if targets are unspecified, builds the ‘default’ target (see manual).
options:
–version- print ninja version ("1.10.1")
-v,–verbose- show all command lines while building
-CDIR- change to DIR before doing anything else
-fFILE- specify input build file [default=build.ninja]
-jN- run N jobs in parallel (0 means infinity) [default=#CPUs]
-kN- keep going until N jobs fail (0 means infinity) [default=1]
-lN- do not start new jobs if the load average is greater than N
-n- dry run (don’t run commands but act like they succeeded)
-dMODE- enable debugging (use ‘-d list’ to list modes)
-tTOOL- run a subtool (use ‘-t list’ to list subtools)
- terminates toplevel options; further flags are passed to the tool
-wFLAG- adjust warnings (use ‘-w list’ to list warnings)
AUTHOR
This manual page was written by Gary Kramlich <grim [at] reaperworld.com> for the Debian GNU/Linux system (but may be used by others).
