update task.mk config

This commit is contained in:
Daylin Morgan 2022-09-05 18:44:51 -05:00
parent 642029777e
commit 83fdfa8af8
2 changed files with 3 additions and 7 deletions

3
.gitignore vendored
View File

@ -158,5 +158,4 @@ cython_debug/
# End of https://www.toptal.com/developers/gitignore/api/python
# pdm
__pypackages__
.task.mk

View File

@ -35,9 +35,6 @@ dr-keep:
# fill,name[1],help[1];} match($$0,/^### (.*)/,str) \
# {printf "%*s \033[30m%s\033[0m\n",fill," ",str[1];}' $<
GOAL_COLOR=b_magenta
HELP_SEP= >>
HELP_SEP= ->>
-include .task.mk
ifeq "help" "$(filter help,$(MAKECMDGOALS))"
.task.mk:
curl https://raw.githubusercontent.com/daylinmorgan/task.mk/main/task.mk -o .task.mk
endif
$(if $(filter help,$(MAKECMDGOALS)),.task.mk: ; curl -fsSL https://raw.githubusercontent.com/daylinmorgan/task.mk/v22.9.5/task.mk -o .task.mk)