make_build
Execute a make build to compile your project, supporting custom working directories, targets, and parallel jobs.
Instructions
Run make build command to build the project
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| args | No | Additional arguments to pass to make | |
| target | No | Specific make target to run (defaults to "build") | |
| parallel | No | Number of parallel jobs (-j flag) | |
| directory | No | Working directory for the make command |