diff --git a/Makefile b/Makefile index e64955e..17a66b2 100644 --- a/Makefile +++ b/Makefile @@ -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})