get_all_targets
get_all_targets(OUTVAR)
This function can be use to get all Makefiles targets.
Parameters
| Name | Type | Description |
|---|---|---|
OUTVAR | list[string] | Name of the output variable, a list containing all the Makefiles target. |
get_all_ips(OUTVAR)
This function can be used to get all the IP that are associated with a Makefile target.
Parameters
| Name | Type | Description |
|---|---|---|
OUTVAR | list[string] | Name of the output variable, a list containing all the targeted IPs. |