Add multithreading example (#1398)

This commit is contained in:
Starbeamrainbowlabs
2017-06-06 19:56:14 +01:00
committed by GitHub
parent 25e8c82229
commit 03d1622cfc

View File

@@ -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}}`