Explorar o código

GNU Make does not support -J

Miroslav Franc %!s(int64=6) %!d(string=hai) anos
pai
achega
fd6904fb19
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  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: