mirror of
https://github.com/tldr-pages/tldr.git
synced 2025-04-24 01:22:10 +02:00
300 B
300 B
ninja
一个快速的构建系统. 更多信息: https://ninja-build.org/manual.html.
- 在当前目录下构建:
ninja
- 在指定的目录中构建一个程序:
ninja -C {{路径}}
- 查看 target(如
install
和uninstall
):
ninja -t targets
- 查看帮助:
ninja -h