mirror of
https://github.com/daylinmorgan/task.mk.git
synced 2024-11-10 03:13:14 -06:00
11 lines
237 B
Bash
11 lines
237 B
Bash
|
#!/usr/bin/env bash
|
||
|
|
||
|
source "$(dirname "${BASH_SOURCE[0]}")/../functions.sh"
|
||
|
|
||
|
cmd 'make -f check/check.mk help'
|
||
|
cmd 'make -f check/check.mk check'
|
||
|
msg "# Let's try again but instead say no this time"
|
||
|
cmd 'make -f check/check.mk check'
|
||
|
|
||
|
|