remove old .task.cfg.mk

This commit is contained in:
Daylin Morgan 2024-06-10 10:07:31 -05:00
parent 44cb87d6a5
commit 5053ae0ab2
Signed by: daylin
GPG key ID: 950D13E9719334AD

View file

@ -1,7 +0,0 @@
GOAL_STYLE = b_magenta
HELP_SEP = {a.b_green}->>{a.end}
USAGE = {a.italic}{a.b_cyan}Best Dots Around{a.end}\n
PHONIFY = 1
-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")