This commit is contained in:
parent
97db36a611
commit
b274766a05
|
@ -106,5 +106,5 @@ $(call mb_make_call,mb_doc_function_deep,mb_os_echo_phase,"Echo's an message to
|
||||||
define mb_os_echo_alert
|
define mb_os_echo_alert
|
||||||
$(MB__ )$(call mb_make_call,mb_os_echo_color,36,$(1))
|
$(MB__ )$(call mb_make_call,mb_os_echo_color,36,$(1))
|
||||||
endef
|
endef
|
||||||
$(call mb_make_call,mb_doc_function_deep,mb_os_echo_phase,"Echo's an message to stdout with 'cyan' crayon.","<message>")
|
$(call mb_make_call,mb_doc_function_deep,mb_os_echo_alert,"Echo's an message to stdout with 'cyan' crayon.","<message>")
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue