From ce9558b03ce0152f4f87dc4f0c6d72e0cc9d7a3b Mon Sep 17 00:00:00 2001 From: Daylin Morgan Date: Wed, 14 Sep 2022 17:21:52 -0500 Subject: [PATCH] feat: add check to examples --- Makefile | 1 + 1 file changed, 1 insertion(+) diff --git a/Makefile b/Makefile index a1f1dbf..32a4e6b 100644 --- a/Makefile +++ b/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?)