From 76d4c93ec5b6b5911ac46a789c3f4df9392cf16c Mon Sep 17 00:00:00 2001 From: Daylin Morgan Date: Wed, 14 Sep 2022 17:21:36 -0500 Subject: [PATCH] docs: update header --- src/header.mk | 2 +- task.mk | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/src/header.mk b/src/header.mk index e231bae..93dc499 100644 --- a/src/header.mk +++ b/src/header.mk @@ -3,6 +3,6 @@ # MIT License # version: ##- version -## # -# task.mk should be included at the bottom of your Makefile. +# 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` diff --git a/task.mk b/task.mk index 78ec197..f2e0019 100644 --- a/task.mk +++ b/task.mk @@ -1,9 +1,9 @@ # }> [github.com/daylinmorgan/task.mk] <{ # # Copyright (c) 2022 Daylin Morgan # MIT License -# version: v22.9.14-3-gf3050f1-dev +# version: v22.9.14-4-gde1bc7e-dev # -# task.mk should be included at the bottom of your Makefile. +# 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`