mirror of
https://github.com/tldr-pages/tldr.git
synced 2025-06-07 07:46:02 +02:00
Add multithreading example (#1398)
This commit is contained in:
parent
25e8c82229
commit
03d1622cfc
1 changed files with 4 additions and 0 deletions
|
@ -11,6 +11,10 @@
|
||||||
|
|
||||||
`make {{target}}`
|
`make {{target}}`
|
||||||
|
|
||||||
|
- Call a specific target, executing 4 jobs at a time in parallel:
|
||||||
|
|
||||||
|
`make -J{{4}} {{target}}`
|
||||||
|
|
||||||
- Use a specific Makefile:
|
- Use a specific Makefile:
|
||||||
|
|
||||||
`make --file {{file}}`
|
`make --file {{file}}`
|
||||||
|
|
Loading…
Add table
Reference in a new issue