From ef7ced9cd08ef5464d55503548e0c32c82c39326 Mon Sep 17 00:00:00 2001 From: Daylin Morgan Date: Wed, 14 Sep 2022 16:21:25 -0500 Subject: [PATCH] custom task.mk adder --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 191a81d..59919a2 100644 --- a/Makefile +++ b/Makefile @@ -37,4 +37,4 @@ GOAL_COLOR = b_magenta HELP_SEP = ->> 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) +$(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")