chore: make clear epilog supports f-string

This commit is contained in:
Daylin Morgan 2022-09-05 13:31:30 -05:00
parent 988d6120f7
commit 4a2a77adca

View file

@ -5,9 +5,9 @@ ACCENT_COLOR ?= b_yellow
GOAL_COLOR ?= $(ACCENT_COLOR)
MSG_COLOR ?= faint
HELP_SEP ?= |
EPILOG ?=
# python f-string literal
# python f-string literals
EPILOG ?=
define USAGE ?=
{color.$(HEADER_COLOR)}usage{color.end}:
make <recipe>