task.mk/docs/examples/index.md

18 lines
449 B
Markdown

# Examples
[Confirm](./check)
: Perform a basic confirmation test with the user and exit with error code 1 if input is N/n.
[Embedded Scripts](./embedded)
: Use the builtin functions to write multi-line python/bash scripts directly in your `Makefile`
[Recipe Help](./recipe-help)
: Display the target, docstring and recipe for a given target then exit.
[Phonify](./phonify)
: Automatically generate the phony call for any documented tasks.