Browse Source

GNU Make does not support -J

Miroslav Franc 6 years ago
parent
commit
fd6904fb19
1 changed files with 1 additions and 1 deletions
  1. 1 1
      pages/common/make.md

+ 1 - 1
pages/common/make.md

@@ -13,7 +13,7 @@
 
 - Call a specific target, executing 4 jobs at a time in parallel:
 
-`make -J{{4}} {{target}}`
+`make -j{{4}} {{target}}`
 
 - Use a specific Makefile: