mirror of
https://github.com/daylinmorgan/task.mk.git
synced 2024-12-21 17:40:45 -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,{a.custom(fg=(148, 255, 15),bg=(103, 2, 15))}Custom Colors TOO!{a.end})
|
||||
|
||||
## check | get user confirmation or exit
|
||||
.PHONY: check
|
||||
check:
|
||||
$(call tconfirm,Would you like to proceed?)
|
||||
|
|
Loading…
Reference in a new issue