diff --git a/src/config.mk b/src/config.mk index 997256f..f89909e 100644 --- a/src/config.mk +++ b/src/config.mk @@ -11,4 +11,4 @@ WRAP ?= 100 # python f-string literals EPILOG ?= USAGE ?={ansi.header}usage{ansi.end}:\n make \n -PHONIFY ?= +PHONIFY ?= 1 diff --git a/task.mk b/task.mk index 5ca85d0..f94c2d2 100644 --- a/task.mk +++ b/task.mk @@ -1,7 +1,7 @@ # }> [github.com/daylinmorgan/task.mk] <{ # # Copyright (c) 2022 Daylin Morgan # MIT License -TASKMK_VERSION ?= 23.1.2 +TASKMK_VERSION ?= 2024.1001 # task.mk should be included at the bottom of your Makefile with `-include .task.mk` # See below for the standard configuration options that should be set prior to including this file. # You can update your .task.mk with `make _update-task.mk` @@ -19,7 +19,7 @@ WRAP ?= 100 # python f-string literals EPILOG ?= USAGE ?={ansi.header}usage{ansi.end}:\n make \n -PHONIFY ?= +PHONIFY ?= 1 # ---- [python scripts] ---- # define help_py from collections import namedtuple