build: task.mk by default

This commit is contained in:
Daylin Morgan 2023-10-18 09:29:00 -05:00 committed by daylin
parent ad544f59d9
commit 29d9d965b3
1 changed files with 1 additions and 1 deletions

View File

@ -3,4 +3,4 @@ PHONIFY=1
HELP_SEP={a.b_blue}>>>{a.end}
-include .task.mk
$(if $(filter help,$(MAKECMDGOALS)),$(if $(wildcard .task.mk),,.task.mk: ; curl -fsSL https://raw.githubusercontent.com/daylinmorgan/task.mk/v23.1.2/task.mk -o .task.mk))
$(if $(wildcard .task.mk),,.task.mk: ; curl -fsSL https://raw.githubusercontent.com/daylinmorgan/task.mk/v23.1.2/task.mk -o .task.mk)