Add multithreading example (#1398)
This commit is contained in:
parent
25e8c82229
commit
03d1622cfc
|
|
@ -11,6 +11,10 @@
|
|||
|
||||
`make {{target}}`
|
||||
|
||||
- Call a specific target, executing 4 jobs at a time in parallel:
|
||||
|
||||
`make -J{{4}} {{target}}`
|
||||
|
||||
- Use a specific Makefile:
|
||||
|
||||
`make --file {{file}}`
|
||||
|
|
|
|||
Loading…
Reference in New Issue