mirror of
https://github.com/daylinmorgan/task.mk.git
synced 2024-11-09 19:13:14 -06:00
chore: make clear epilog supports f-string
This commit is contained in:
parent
988d6120f7
commit
4a2a77adca
1 changed files with 2 additions and 2 deletions
|
@ -5,9 +5,9 @@ ACCENT_COLOR ?= b_yellow
|
||||||
GOAL_COLOR ?= $(ACCENT_COLOR)
|
GOAL_COLOR ?= $(ACCENT_COLOR)
|
||||||
MSG_COLOR ?= faint
|
MSG_COLOR ?= faint
|
||||||
HELP_SEP ?= |
|
HELP_SEP ?= |
|
||||||
EPILOG ?=
|
|
||||||
|
|
||||||
# python f-string literal
|
# python f-string literals
|
||||||
|
EPILOG ?=
|
||||||
define USAGE ?=
|
define USAGE ?=
|
||||||
{color.$(HEADER_COLOR)}usage{color.end}:
|
{color.$(HEADER_COLOR)}usage{color.end}:
|
||||||
make <recipe>
|
make <recipe>
|
||||||
|
|
Loading…
Reference in a new issue