docs: improve make with parallel jobs description.

This commit is contained in:
Klement Tan
2021-05-13 20:15:59 +08:00
parent eb9a1fe037
commit 07bc22ef10
6 changed files with 6 additions and 6 deletions

View File

@ -90,7 +90,7 @@ To configure with GUI:
Build and run the tests:
```bash
gmake # use -jX here for parallelism
gmake # use "-j N" here for N parallel jobs
gmake check
```