mirror of
https://github.com/tldr-pages/tldr.git
synced 2025-06-05 13:46:00 +02:00
GNU Make does not support -J
This commit is contained in:
parent
7fca2dcc07
commit
fd6904fb19
1 changed files with 1 additions and 1 deletions
|
@ -13,7 +13,7 @@
|
|||
|
||||
- Call a specific target, executing 4 jobs at a time in parallel:
|
||||
|
||||
`make -J{{4}} {{target}}`
|
||||
`make -j{{4}} {{target}}`
|
||||
|
||||
- Use a specific Makefile:
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue