From 6dcbb66b6e9657311ea062fc2388eddb83036863 Mon Sep 17 00:00:00 2001 From: Daylin Morgan Date: Mon, 19 Sep 2022 00:21:45 -0500 Subject: [PATCH] make task.mk help seperator green --- Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Makefile b/Makefile index 59919a2..a1922ab 100644 --- a/Makefile +++ b/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")