mirror of
https://github.com/daylinmorgan/task.mk.git
synced 2024-11-09 19:13:14 -06:00
refactor: use header file
This commit is contained in:
parent
b4e0b0d74c
commit
3a185ff62e
2 changed files with 9 additions and 4 deletions
8
src/header.mk
Normal file
8
src/header.mk
Normal 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`
|
|
@ -1,7 +1,4 @@
|
|||
# --------------------- [github.com/daylinmorgan/task.mk] -------------------- #
|
||||
# Copyright (c) 2022 Daylin Morgan
|
||||
# MIT License
|
||||
# ##- version -##
|
||||
#% include 'header.mk' %#
|
||||
|
||||
#% include 'config.mk' %#
|
||||
|
||||
|
|
Loading…
Reference in a new issue