build: use .task.cfg.mk

This commit is contained in:
Daylin Morgan 2023-02-13 13:50:51 -06:00
parent 24d77a198c
commit 2d13f52011
2 changed files with 4 additions and 2 deletions

View file

@ -1,3 +1,6 @@
USAGE={a.bold}{a.cyan} viv isn't venv{a.end}\n\n\ttasks:\n USAGE={a.bold}{a.cyan} viv isn't venv{a.end}\n\n\ttasks:\n
PHONIFY=1 PHONIFY=1
HELP_SEP={a.b_blue}>>>{a.end} HELP_SEP={a.b_blue}>>>{a.end}
-include .task.mk
$(if $(filter help,$(MAKECMDGOALS)),$(if $(wildcard .task.mk),,.task.mk: ; curl -fsSL https://raw.githubusercontent.com/daylinmorgan/task.mk/v23.1.1/task.mk -o .task.mk))

View file

@ -31,5 +31,4 @@ generate-example-vivens: ##
for f in $(EXAMPLES); \ for f in $(EXAMPLES); \
do python examples/$$f; done do python examples/$$f; done
-include .task.cfg.mk .task.mk -include .task.cfg.mk
$(if $(filter help,$(MAKECMDGOALS)),$(if $(wildcard .task.mk),,.task.mk: ; curl -fsSL https://raw.githubusercontent.com/daylinmorgan/task.mk/v23.1.1/task.mk -o .task.mk))