make
Collection: community.general
Full Name: parallax.community.general.make
Aliases: community.general.make, make
Synopsis
Manage make
Parameters
| Name | Type | Required | Default | Description |
|---|---|---|---|---|
| chdir | string | yes | Change to this directory before running make | |
| target | string | The target to run | ||
| params | string | Extra parameters to pass to make | ||
| file | string | Use a custom Makefile | ||
| jobs | int | 0 | Number of parallel jobs (0 means no -j flag) |
Example
- name: Example make task
make:
chdir: <your_chdir>