use dev version of task.mk

This commit is contained in:
Daylin Morgan 2022-09-07 00:17:50 -05:00
parent e5846007b7
commit c944ec3114

View file

@ -30,4 +30,4 @@ dr-keep:
GOAL_COLOR = b_magenta
HELP_SEP = ->>
-include .task.mk
$(if $(wildcard .task.mk),,.task.mk: ; curl -fsSL https://raw.githubusercontent.com/daylinmorgan/task.mk/v22.9.5/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)