update task.mk config
This commit is contained in:
parent
642029777e
commit
83fdfa8af8
2 changed files with 3 additions and 7 deletions
3
.gitignore
vendored
3
.gitignore
vendored
|
@ -158,5 +158,4 @@ cython_debug/
|
|||
|
||||
# End of https://www.toptal.com/developers/gitignore/api/python
|
||||
|
||||
# pdm
|
||||
__pypackages__
|
||||
.task.mk
|
||||
|
|
7
Makefile
7
Makefile
|
@ -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)
|
||||
|
|
Loading…
Reference in a new issue