diff --git a/Makefile b/Makefile index 7ab57d9..e64955e 100644 --- a/Makefile +++ b/Makefile @@ -101,7 +101,7 @@ define USAGE endef -EPILOG = \nfor more info: see github.com/daylinmorgan/task.mk +EPILOG = \nfor more info: github.com/daylinmorgan/task.mk PRINT_VARS := VERSION -include .task.mk diff --git a/assets/help.svg b/assets/help.svg index 1b038ff..467d5e4 100644 --- a/assets/help.svg +++ b/assets/help.svg @@ -1,4 +1,4 @@ - + - - + + - - + + - - + + - - + + - - + + - - + + - - + + - - + + - - + + - - + + - - + + - - + + - - + + - - + + - - + + - - + + - - + + - make help + make help - + - - usage: -make <recipe> - -  Turn your `Makefile` into -  the task runner you always needed. -  See the example output below. - -bootstrap | generate local dev environment -     lint | lint the python -   assets | generate assets -   list-% | use pathlib.Path to list files -  release | release new version of task.mk - c, clean | remove the generated files -     info | demonstrate usage of tprint -  h, help | show this help - -for more info: see github.com/daylinmorgan/task.mk + + usage: +make <recipe> + +  Turn your `Makefile` into +  the task runner you always needed. +  See the example output below. + +bootstrap | generate local dev environment +     lint | lint the python +   assets | generate assets +   list-% | use pathlib.Path to list files +  release | release new version of task.mk + c, clean | remove the generated files +     info | demonstrate usage of tprint +  h, help | show this help + +for more info: github.com/daylinmorgan/task.mk diff --git a/task.mk b/task.mk index 5a150cc..3eba09d 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.7-3-gc1771c1-dev +# version: v22.9.7-4-gd395d7e-dev # # 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.