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