Expand glob patterns during parsing.
Section: Wildcards and file discovery
wildcard function
makefile
makefile
SRC := $(wildcard src/**/*.ts)Explanation
In GNU make, `wildcard` expands file names that exist at parse time.
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 Wildcards and file discovery