Ver código fonte

make: add --environment-overrides example

Richard Mörbitz 4 anos atrás
pai
commit
ff24666e79
1 arquivos alterados com 4 adições e 0 exclusões
  1. 4 0
      pages/common/make.md

+ 4 - 0
pages/common/make.md

@@ -26,3 +26,7 @@
 - Force making of a target, even if source files are unchanged:
 
 `make --always-make {{target}}`
+
+- Override variables defined in the Makefile by the environment:
+
+`make --environment-overrides {{target}}`