mirror of
https://github.com/daylinmorgan/task.mk.git
synced 2024-11-09 11:03:15 -06:00
feat: add check to examples
This commit is contained in:
parent
76d4c93ec5
commit
ce9558b03c
1 changed files with 1 additions and 0 deletions
1
Makefile
1
Makefile
|
@ -93,6 +93,7 @@ info:
|
||||||
$(call tprint,$(mlmsg))
|
$(call tprint,$(mlmsg))
|
||||||
$(call tprint,{a.custom(fg=(148, 255, 15),bg=(103, 2, 15))}Custom Colors TOO!{a.end})
|
$(call tprint,{a.custom(fg=(148, 255, 15),bg=(103, 2, 15))}Custom Colors TOO!{a.end})
|
||||||
|
|
||||||
|
## check | get user confirmation or exit
|
||||||
.PHONY: check
|
.PHONY: check
|
||||||
check:
|
check:
|
||||||
$(call tconfirm,Would you like to proceed?)
|
$(call tconfirm,Would you like to proceed?)
|
||||||
|
|
Loading…
Reference in a new issue