From 5f5e15adaa48aa9a9f6b8a371ffaf30fdc96e08e Mon Sep 17 00:00:00 2001 From: Daylin Morgan Date: Mon, 19 Sep 2022 00:20:59 -0500 Subject: [PATCH] docs: add link to documentation --- README.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/README.md b/README.md index 049e5a1..0b61bf7 100644 --- a/README.md +++ b/README.md @@ -4,7 +4,12 @@

the task runner for GNU Make you've been missing

+

+ Documentation +

+ +
GNU make is an excellent build tool and the task runner we love to hate, but can't escape. @@ -52,6 +57,7 @@ But I just want a basic help output, surely I don't need python for this... you ```make ## h, help | show this help +### additional text printed with the help .PHONY: help h help h: Makefile @awk -v fill=$(shell sed -n 's/^## \(.*\) | .*/\1/p' $< | wc -L)\