Chinese pages: correct Chinese punctuation (#5240)

This commit is contained in:
bl-ue
2021-08-02 04:41:09 -04:00
committed by GitHub
parent eaef3b4d21
commit 289e30dfb3
373 changed files with 1817 additions and 1810 deletions

View File

@@ -1,20 +1,20 @@
# ninja
> 一个快速的构建系统.
> 更多信息: <https://ninja-build.org/manual.html>.
> 一个快速的构建系统
> 更多信息 <https://ninja-build.org/manual.html>.
- 在当前目录下构建:
- 在当前目录下构建
`ninja`
- 在指定的目录中构建一个程序:
- 在指定的目录中构建一个程序
`ninja -C {{路径}}`
- 查看 target`install``uninstall`):
- 查看 target`install``uninstall`
`ninja -t targets`
- 查看帮助:
- 查看帮助
`ninja -h`