mirror of
https://github.com/daylinmorgan/task.mk.git
synced 2024-11-09 19:13:14 -06:00
11 lines
250 B
Markdown
11 lines
250 B
Markdown
|
# Examples
|
||
|
|
||
|
|
||
|
[`Check`](./check)
|
||
|
|
||
|
: Perform a basic confirmation test with the user and exit with error code 1 if input is N/n.
|
||
|
|
||
|
[`Embedded`](./embedded)
|
||
|
|
||
|
: Use the builtin functions to write multi-line python/bash scripts directly in your `Makefile`
|