Skip to content

Instantly share code, notes, and snippets.

@sjparkinson
Created August 26, 2016 10:14
Show Gist options
  • Save sjparkinson/f0413d429b12877ecb087c6fc30c1f0a to your computer and use it in GitHub Desktop.
Save sjparkinson/f0413d429b12877ecb087c6fc30c1f0a to your computer and use it in GitHub Desktop.
Automatic help target using ## comments.
help: ## Show this help message.
echo "usage: make [target] ..."
echo ""
echo "targets:"
fgrep --no-filename "##" ${MAKEFILE_LIST} | head -n '-1' | column -s ':#' -t -c 2
@sjparkinson
Copy link
Author

And the original source of inspiration https://gist.github.com/prwhite/8168133.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment