build: let .task.cfg.mk do the work
This commit is contained in:
parent
e5954131fb
commit
e9f9c7876e
2 changed files with 3 additions and 2 deletions
|
@ -3,3 +3,5 @@ HELP_SEP = {a.b_green}->>{a.end}
|
|||
USAGE = {a.italic}{a.b_cyan}Best Dots Around{a.end}\n
|
||||
PHONIFY = 1
|
||||
|
||||
-include .task.mk
|
||||
$(if $(wildcard .task.mk),,.task.mk: ; @curl -fsSL https://raw.githubusercontent.com/daylinmorgan/task.mk/main/task.mk -o .task.mk 2>/dev/null || echo "no curl, skipping task.mk download")
|
||||
|
|
3
Makefile
3
Makefile
|
@ -33,5 +33,4 @@ dr-keep:
|
|||
FORCE:
|
||||
|
||||
.DEFAULT_GOAL = help
|
||||
-include .task.cfg.mk .task.mk
|
||||
$(if $(wildcard .task.mk),,.task.mk: ; @curl -fsSL https://raw.githubusercontent.com/daylinmorgan/task.mk/main/task.mk -o .task.mk 2>/dev/null || echo "no curl, skipping task.mk download")
|
||||
-include .task.cfg.mk
|
||||
|
|
Loading…
Reference in a new issue