From 3a185ff62e79441a8c4dc8c3aa2d1f799d17cac4 Mon Sep 17 00:00:00 2001 From: Daylin Morgan Date: Mon, 5 Sep 2022 17:11:00 -0500 Subject: [PATCH] refactor: use header file --- src/header.mk | 8 ++++++++ src/task.mk | 5 +---- 2 files changed, 9 insertions(+), 4 deletions(-) create mode 100644 src/header.mk diff --git a/src/header.mk b/src/header.mk new file mode 100644 index 0000000..b8ca075 --- /dev/null +++ b/src/header.mk @@ -0,0 +1,8 @@ +# }> [github.com/daylinmorgan/task.mk] <{ # +# Copyright (c) 2022 Daylin Morgan +# MIT License +# ##- version -## +# +# task.mk should be included at the bottom of your Makefile. +# 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` \ No newline at end of file diff --git a/src/task.mk b/src/task.mk index bd1e5d7..38f4c11 100644 --- a/src/task.mk +++ b/src/task.mk @@ -1,7 +1,4 @@ -# --------------------- [github.com/daylinmorgan/task.mk] -------------------- # -# Copyright (c) 2022 Daylin Morgan -# MIT License -# ##- version -## +#% include 'header.mk' %# #% include 'config.mk' %#