From acdfc584b795a60cf6fdfd07b8209d9050359bdd Mon Sep 17 00:00:00 2001 From: Daylin Morgan Date: Tue, 6 Sep 2022 07:50:07 -0500 Subject: [PATCH] update task.mk rule --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 3037f66..accaba0 100644 --- a/Makefile +++ b/Makefile @@ -29,4 +29,4 @@ dr-keep: GOAL_COLOR = b_magenta HELP_SEP = ->> -include .task.mk -$(if $(filter help,$(MAKECMDGOALS)),.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/v22.9.5/task.mk -o .task.mk)