mirror of
https://github.com/daylinmorgan/task.mk.git
synced 2024-11-09 19:13:14 -06:00
11 lines
340 B
Bash
Executable file
11 lines
340 B
Bash
Executable file
#!/usr/bin/env bash
|
|
|
|
source "$(dirname "${BASH_SOURCE[0]}")/../functions.sh"
|
|
|
|
cmd 'make -f recipe-help/recipe-help.mk help'
|
|
cmd 'make -f recipe-help/recipe-help.mk help help'
|
|
cmd 'make -f recipe-help/recipe-help.mk help deps-only'
|
|
cmd 'make -f recipe-help/recipe-help.mk help foo'
|
|
cmd 'make -f recipe-help/recipe-help.mk help bar'
|
|
|
|
sleep 1
|