make_depend
Run make depend command to install or update project dependencies from a working directory, with options for target, arguments, and parallel jobs.
Instructions
Run make depend command to install or update dependencies
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| args | No | Additional arguments to pass to make | |
| target | No | Specific make target to run (defaults to "depend") | |
| parallel | No | Number of parallel jobs (-j flag) | |
| directory | No | Working directory for the make command |