From a7f1fb7922cad13e65fda47dff563c1585bccf96 Mon Sep 17 00:00:00 2001 From: Daylin Morgan Date: Mon, 19 Sep 2022 00:31:06 -0500 Subject: [PATCH] chore: add back newline to usage --- src/config.mk | 2 +- task.mk | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/src/config.mk b/src/config.mk index 7018f76..b2335a4 100644 --- a/src/config.mk +++ b/src/config.mk @@ -9,4 +9,4 @@ DIVIDER ?= ─ HELP_SEP ?= │ # python f-string literals EPILOG ?= -USAGE ?={ansi.$(HEADER_STYLE)}usage{ansi.end}:\n make +USAGE ?={ansi.$(HEADER_STYLE)}usage{ansi.end}:\n make \n diff --git a/task.mk b/task.mk index cdf9fa6..7190986 100644 --- a/task.mk +++ b/task.mk @@ -1,7 +1,7 @@ # }> [github.com/daylinmorgan/task.mk] <{ # # Copyright (c) 2022 Daylin Morgan # MIT License -# version: v22.9.14-19-g8f875a1-dev +# version: v22.9.14-24-ge205787-dev # # 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. @@ -17,7 +17,7 @@ DIVIDER ?= ─ HELP_SEP ?= │ # python f-string literals EPILOG ?= -USAGE ?={ansi.$(HEADER_STYLE)}usage{ansi.end}:\n make +USAGE ?={ansi.$(HEADER_STYLE)}usage{ansi.end}:\n make \n # ---- [buitlin recipes] ---- # ## h, help | show this help .PHONY: help h