1
0
Fork 0
mirror of https://github.com/tldr-pages/tldr.git synced 2025-06-06 12:06:00 +02:00

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