From 9ee263b8b93e6f8343e5c32f6b4fa90c8f2eb1e2 Mon Sep 17 00:00:00 2001 From: Daylin Morgan Date: Mon, 19 Sep 2022 00:20:48 -0500 Subject: [PATCH] chore: clean up Makefile --- Makefile | 9 ++------- 1 file changed, 2 insertions(+), 7 deletions(-) diff --git a/Makefile b/Makefile index 4854b70..5fa2355 100644 --- a/Makefile +++ b/Makefile @@ -54,7 +54,6 @@ version-check: $(call tprint-sh,{a.green}VERSION LOOKS GOOD!{a.end});\ fi - ## info | demonstrate usage of tprint .PHONY: task info: @@ -63,18 +62,14 @@ info: $(call tprint,$(mlmsg)) $(call tprint,{a.custom(fg=(148, 255, 15),bg=(103, 2, 15))}Custom Colors TOO!{a.end}) - task.mk: $(TEMPLATES) generate.py ./generate.py $(VERSION) > task.mk define USAGE -{a.$(HEADER_STYLE)}usage:{a.end} - make - +{a.$(HEADER_STYLE)}usage:{a.end}\n make \n Turn your {a.style('`Makefile`','b_magenta')} into the {a.italic}{a.underline}task runner{a.end} you always needed. - See the example output below. - + See the example output below.\n endef EPILOG = \nfor more info: gh.dayl.in/task.mk