use dev version of task.mk
This commit is contained in:
parent
e5846007b7
commit
c944ec3114
1 changed files with 1 additions and 1 deletions
2
Makefile
2
Makefile
|
@ -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)
|
||||
|
|
Loading…
Reference in a new issue