mirror of
https://github.com/daylinmorgan/task.mk.git
synced 2024-12-21 17:40:45 -06:00
style: change example colors
This commit is contained in:
parent
2070819393
commit
69260a7a7f
1 changed files with 1 additions and 1 deletions
2
Makefile
2
Makefile
|
@ -81,7 +81,7 @@ endef
|
||||||
.PHONY: task
|
.PHONY: task
|
||||||
info:
|
info:
|
||||||
$(call header, Info Message)
|
$(call header, Info Message)
|
||||||
$(call tprint,{a.b_magenta}This is task-print output:{a.end})
|
$(call tprint,{a.black_on_cyan}This is task-print output:{a.end})
|
||||||
$(call tprint,$(msg))
|
$(call tprint,$(msg))
|
||||||
|
|
||||||
task.mk:
|
task.mk:
|
||||||
|
|
Loading…
Reference in a new issue