make task.mk help seperator green
This commit is contained in:
parent
ef7ced9cd0
commit
6dcbb66b6e
1 changed files with 2 additions and 2 deletions
4
Makefile
4
Makefile
|
@ -33,8 +33,8 @@ dr-keep:
|
|||
docker run -it dots
|
||||
|
||||
.DEFAULT_GOAL = help
|
||||
GOAL_COLOR = b_magenta
|
||||
HELP_SEP = ->>
|
||||
GOAL_STYLE = b_magenta
|
||||
HELP_SEP = {a.b_green}->>{a.end}
|
||||
USAGE = {a.italic}{a.b_cyan}Best Dots Around{a.end}\n
|
||||
-include .task.mk
|
||||
$(if $(wildcard .task.mk),,.task.mk: ; @curl -fsSL https://raw.githubusercontent.com/daylinmorgan/task.mk/main/task.mk -o .task.mk 2>/dev/null || echo "no curl, skipping task.mk download")
|
||||
|
|
Loading…
Reference in a new issue