Assign only if variable is not already set.
Section: Variables and assignment
Set if undefined
makefile
makefile
ENV ?= devExplanation
Often used with environment overrides like `make ENV=prod deploy`.
Learn the surrounding workflow
Compare similar commands or jump into common fixes when this command is part of a bigger troubleshooting path.
Related commands
Same sheet · prioritizing Variables and assignment