dotfiles/.task.cfg.mk

8 lines
330 B
Makefile
Raw Normal View History

2023-01-21 14:27:20 -06:00
GOAL_STYLE = b_magenta
HELP_SEP = {a.b_green}->>{a.end}
USAGE = {a.italic}{a.b_cyan}Best Dots Around{a.end}\n
2023-01-24 12:19:34 -06:00
PHONIFY = 1
2023-01-21 14:27:20 -06:00
2023-01-24 16:14:00 -06:00
-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")