mirror of
https://github.com/daylinmorgan/oizys.git
synced 2024-11-16 17:10:45 -06:00
5 lines
256 B
Makefile
5 lines
256 B
Makefile
|
PHONIFY = 1
|
||
|
USAGE := {a.style('==>','bold')} {a.style('flakes ftw','header')} {a.style('<==','bold')}\n
|
||
|
-include .task.mk
|
||
|
$(if $(wildcard .task.mk),,.task.mk: ; curl -fsSL https://raw.githubusercontent.com/daylinmorgan/task.mk/v23.1.1/task.mk -o .task.mk)
|