Ver código fonte

Add multithreading example (#1398)

Starbeamrainbowlabs 7 anos atrás
pai
commit
03d1622cfc
1 arquivos alterados com 4 adições e 0 exclusões
  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}}`