refactor: use header file

This commit is contained in:
Daylin Morgan 2022-09-05 17:11:00 -05:00
parent b4e0b0d74c
commit 3a185ff62e
2 changed files with 9 additions and 4 deletions

8
src/header.mk Normal file
View file

@ -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`

View file

@ -1,7 +1,4 @@
# --------------------- [github.com/daylinmorgan/task.mk] -------------------- #
# Copyright (c) 2022 Daylin Morgan
# MIT License
# ##- version -##
#% include 'header.mk' %#
#% include 'config.mk' %#