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)\