make_clean
Remove build artifacts by running the make clean command in a project directory, with options for custom targets and parallel execution.
Instructions
Run make clean command to clean build artifacts
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| args | No | Additional arguments to pass to make | |
| target | No | Specific make target to run (defaults to "clean") | |
| parallel | No | Number of parallel jobs (-j flag) | |
| directory | No | Working directory for the make command |