docs: add link to documentation

This commit is contained in:
Daylin Morgan 2022-09-19 00:20:59 -05:00
parent 9ee263b8b9
commit 5f5e15adaa

View file

@ -4,7 +4,12 @@
<p align="center"> <p align="center">
the task runner for GNU Make you've been missing the task runner for GNU Make you've been missing
</p> </p>
<p align="center">
<a href="https://gh.dayl.in/task.mk">Documentation</a>
</p>
</div> </div>
</br> </br>
GNU make is an excellent build tool and the task runner we love to hate, but can't escape. 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 ```make
## h, help | show this help ## h, help | show this help
### additional text printed with the help
.PHONY: help h .PHONY: help h
help h: Makefile help h: Makefile
@awk -v fill=$(shell sed -n 's/^## \(.*\) | .*/\1/p' $< | wc -L)\ @awk -v fill=$(shell sed -n 's/^## \(.*\) | .*/\1/p' $< | wc -L)\