diff --git a/.task.cfg.mk b/.task.cfg.mk new file mode 100644 index 0000000..7e612f0 --- /dev/null +++ b/.task.cfg.mk @@ -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)) diff --git a/Makefile b/Makefile index 00464ee..1c19cec 100644 --- a/Makefile +++ b/Makefile @@ -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