Skip to content

Instantly share code, notes, and snippets.

@ty0x2333
Created March 31, 2017 04:56
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save ty0x2333/6763b06d185912c97e8af6d23d7cc1e9 to your computer and use it in GitHub Desktop.
Save ty0x2333/6763b06d185912c97e8af6d23d7cc1e9 to your computer and use it in GitHub Desktop.
Makefile Help
.PHONY: help
help: ## show this help message and exit
@echo "usage: make [target]"
@echo
@echo "targets:"
@egrep '^(.+)\:\ ##\ (.+)' ${MAKEFILE_LIST} | column -t -c 2 -s ':#'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment