
ninja
List of commands for ninja:
-
ninja:tldr:3899d ninja: Build in the current directory.$ ninjatry on your machineexplain this command
-
ninja:tldr:4a40e ninja: Build a program in a given directory.$ ninja -C ${path-to-directory}try on your machineexplain this command
-
ninja:tldr:fef0a ninja: Show targets (e.g. `install` and `uninstall`).$ ninja -t targetstry on your machineexplain this command