ninja
A Build system designed to be fast.
- Build in the current directory:
ninja
- Build a program in a given directory:
ninja -C {path/to/directory}
- Show targets (e.g. `install` and `uninstall`):
ninja -t targets
- Show help:
ninja -h
Copyright © 2014—present the tldr-pages team and contributors.
This work is licensed under the Creative Commons Attribution 4.0 International License (CC-BY).