Expand later when used.
Section: Variables and assignment
Recursive variable
makefile
makefile
SRC = $(wildcard src/*.c)Explanation
`=` creates a recursively expanded variable.
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