Browse Source

Add multithreading example (#1398)

Starbeamrainbowlabs 7 years ago
parent
commit
03d1622cfc
1 changed files with 4 additions and 0 deletions
  1. 4 0
      pages/common/make.md

+ 4 - 0
pages/common/make.md

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