From 15d8e7cada164a200849e33d18dad75a0ad5f726 Mon Sep 17 00:00:00 2001 From: Daylin Morgan Date: Wed, 14 Sep 2022 12:09:01 -0500 Subject: [PATCH] docs: change task.mk to bold --- Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Makefile b/Makefile index 7b5c9a9..74e341d 100644 --- a/Makefile +++ b/Makefile @@ -5,7 +5,7 @@ TEMPLATES := $(shell find src/ -type f) msgfmt = {a.style('==>','bold')} {a.style('$(1)','b_magenta')} {a.style('<==','bold')} msg = $(call tprint,$(call msgfmt ,$(1))) -### task.mk development | args: -d --align center -ms d_green +### task.mk development | args: -d -ms b_green --align center ## bootstrap | generate local dev environment .PHONY: bootstrap bootstrap: @@ -42,7 +42,7 @@ c clean: @rm -f task.mk .task.mk ### | args: --divider --whitespace -### examples of task.mk features | args: --divider --align center --msg-style d_red +### examples of task.mk features | args: --divider --align center --msg-style b_red define list_files_py from pathlib import Path print("files in $(2)")