Explorar o código

added make -B

Gregor Aisch %!s(int64=8) %!d(string=hai) anos
pai
achega
b256d9e49e
Modificáronse 1 ficheiros con 4 adicións e 0 borrados
  1. 4 0
      pages/common/make.md

+ 4 - 0
pages/common/make.md

@@ -18,3 +18,7 @@
 - Execute make from another directory:
 
 `make -C {{directory}}`
+
+- Force making of a rule, even if source files are unchanged
+
+`make -B {{rule}}`