[TOOL_PROFILE]
make
Build automation tool driven by Makefile targets.
buildtestautomation lang: all
[USE_WHEN]ALLOW
- ✓ Run project-defined build or test targets
[AVOID_WHEN]BLOCK
- ✕ Makefile targets are unknown and may mutate state
[GUARDRAILS]MANDATORY
- ⚠ Inspect Makefile targets before running ambiguous or destructive targets.
[DETAILS]RAW_META
- Binary
- make
- Effects
- execute_code, read_files, write_files
- Documentation
- https://www.gnu.org/software/make/manual/
[SIMILAR_TOOLS]03