10x Makefile
Reference
| Resource | Purpose |
|---|---|
./references/makefile-template.md | Standard template with all required targets |
MUST DO
- Follow the exact structure in the template: variables → PHONY → standard targets → utility targets → project-specific targets
- Sort all targets alphabetically within each section
- Use TABS for indentation, never spaces
- Document every target with
## target: descriptioncomment - Add all targets to the
.PHONYdeclar
[Description truncada. Veja o README completo no GitHub.]