Compare commits

...

1 commit

Author SHA1 Message Date
34b758f100 chore: typos 2022-09-12 00:16:25 -05:00

View file

@ -83,7 +83,7 @@ endef
## info | demonstrate usage of tprint
.PHONY: task
info:
$(call msg, Info Message)
$(call msg,Info Message)
$(call tprint,{a.black_on_cyan}This is task-print output:{a.end})
$(call tprint,$(mlmsg))
$(call tprint,{a.custom(fg=(148, 255, 15),bg=(103, 2, 15))}Custom Colors TOO!{a.end})