chore: switch to .task.cfg.mk

This commit is contained in:
Daylin Morgan 2023-04-26 17:26:31 -05:00
parent 512a870fbf
commit 62834bbdd0
Signed by: daylin
GPG Key ID: C1E52E7DD81DF79F
2 changed files with 5 additions and 2 deletions

4
.task.cfg.mk Normal file
View File

@ -0,0 +1,4 @@
PHONIFY=true
-include .task.mk
$(if $(filter help,$(MAKECMDGOALS)),$(if $(wildcard .task.mk),,.task.mk: ; curl -fsSL https://raw.githubusercontent.com/daylinmorgan/task.mk/main/task.mk -o .task.mk))

View File

@ -90,5 +90,4 @@ check-version:
exit 1; \
fi
-include .task.mk
$(if $(filter help,$(MAKECMDGOALS)),$(if $(wildcard .task.mk),,.task.mk: ; curl -fsSL https://raw.githubusercontent.com/daylinmorgan/task.mk/main/task.mk -o .task.mk))
-include .task.cfg.mk