custom task.mk adder

This commit is contained in:
Daylin Morgan 2022-09-14 16:21:25 -05:00
parent db2f698f46
commit ef7ced9cd0
1 changed files with 1 additions and 1 deletions

View File

@ -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")