gnu-make
Installation
SKILL.md
GNU Make Expert
Core Quick Reference
Rule anatomy
target: prerequisite1 prerequisite2
command1
command2
Recipes MUST use literal tab characters, not spaces.
target: prerequisite1 prerequisite2
command1
command2
Recipes MUST use literal tab characters, not spaces.