task.mk/docs/examples/index.md

15 lines
360 B
Markdown
Raw Normal View History

2022-09-18 10:00:53 -05:00
# Examples
2022-09-24 17:53:30 -05:00
[Confirm](./check)
2022-09-18 10:00:53 -05:00
: Perform a basic confirmation test with the user and exit with error code 1 if input is N/n.
2022-09-24 17:53:30 -05:00
[Embedded Scripts](./embedded)
2022-09-18 10:00:53 -05:00
: Use the builtin functions to write multi-line python/bash scripts directly in your `Makefile`
2022-09-24 17:53:30 -05:00
[Recipe Help](./recipe-help)
: Display the target, docstring and recipe for a given target then exit.