mirror of
https://github.com/daylinmorgan/viv.git
synced 2024-12-22 10:40:44 -06:00
build: use .task.cfg.mk
This commit is contained in:
parent
24d77a198c
commit
2d13f52011
2 changed files with 4 additions and 2 deletions
|
@ -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))
|
||||||
|
|
3
Makefile
3
Makefile
|
@ -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))
|
|
||||||
|
|
Loading…
Reference in a new issue