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

@@ -2,7 +2,7 @@
> Makefile 文件描述目标的任务运行器。
> 通常用于控制源代码中可执行文件的编译。
> 更多信息见:<https://www.gnu.org/software/make/manual/make.html>.
> 更多信息见: <https://www.gnu.org/software/make/manual/make.html>.
- 调用 Makefile 中指定的第一个目标(通常命名为 "all"
@@ -12,7 +12,7 @@
`make {{目标}}`
- 调用一个指定的目标,一次并行执行4个作业:
- 调用一个指定的目标,一次并行执行 4 个作业:
`make -j{{4}} {{目标}}`