mirror of
https://github.com/tldr-pages/tldr.git
synced 2025-08-07 00:55:42 +02:00
make: add --environment-overrides example
This commit is contained in:
parent
5c79b628b8
commit
ff24666e79
1 changed files with 4 additions and 0 deletions
|
@ -26,3 +26,7 @@
|
||||||
- Force making of a target, even if source files are unchanged:
|
- Force making of a target, even if source files are unchanged:
|
||||||
|
|
||||||
`make --always-make {{target}}`
|
`make --always-make {{target}}`
|
||||||
|
|
||||||
|
- Override variables defined in the Makefile by the environment:
|
||||||
|
|
||||||
|
`make --environment-overrides {{target}}`
|
||||||
|
|
Loading…
Add table
Reference in a new issue