From c944ec311442b0e066bbc1bc0bd7990003a89d32 Mon Sep 17 00:00:00 2001 From: Daylin Morgan Date: Wed, 7 Sep 2022 00:17:50 -0500 Subject: [PATCH] use dev version of task.mk --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index ae484bd..1ba62fc 100644 --- a/Makefile +++ b/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)