[工具详情]
make
Build automation tool driven by Makefile targets.
buildtestautomation 语言: all
[适用场景]推荐
- ✓ Run project-defined build or test targets
[不适用场景]避免
- ✕ Makefile targets are unknown and may mutate state
[安全约束]必须遵守
- ⚠ Inspect Makefile targets before running ambiguous or destructive targets.
[详细信息]原始元数据
- 命令
- make
- 影响
- execute_code, read_files, write_files
[类似工具]03