mirror of
https://github.com/tldr-pages/tldr.git
synced 2025-04-22 08:22:08 +02:00
make: add variable override example (#8249)
This commit is contained in:
parent
367d020a44
commit
a81d36d37f
1 changed files with 4 additions and 0 deletions
|
@ -28,6 +28,10 @@
|
|||
|
||||
`make --always-make {{target}}`
|
||||
|
||||
- Override a variable defined in the Makefile:
|
||||
|
||||
`make {{target}} {{variable}}={{new_value}}`
|
||||
|
||||
- Override variables defined in the Makefile by the environment:
|
||||
|
||||
`make --environment-overrides {{target}}`
|
||||
|
|
Loading…
Add table
Reference in a new issue