yartsu/.task.cfg.mk

5 lines
200 B
Makefile
Raw Normal View History

2023-04-26 17:26:31 -05:00
PHONIFY=true
-include .task.mk
$(if $(filter help,$(MAKECMDGOALS)),$(if $(wildcard .task.mk),,.task.mk: ; curl -fsSL https://raw.githubusercontent.com/daylinmorgan/task.mk/main/task.mk -o .task.mk))