Generates help text for makefiles based on comment annotations.
Fetch the script and point it at one or more makefiles
curl -#fSLO https://gist.githubusercontent.com/bluebrown/2ec155902622b5e46e2bfcbaff342eb9/raw/Makehelp.awk
awk -f Makehelp.awk Makefile
Or from within the Makefile:
help: ## show this help message
@awk -f Makehelp.awk $(MAKEFILE_LIST)