Skip to content

Instantly share code, notes, and snippets.

@pierreprinetti
Last active April 29, 2019 13:54
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 pierreprinetti/5e3e4a8f7a50a51a8d2a6236d908a0e5 to your computer and use it in GitHub Desktop.
Save pierreprinetti/5e3e4a8f7a50a51a8d2a6236d908a0e5 to your computer and use it in GitHub Desktop.
Makefile help target
.PHONY: help
help: ## Display this help screen
@grep -h -E '^[a-zA-Z_-]+:.*?## .*$$' $(MAKEFILE_LIST) | awk 'BEGIN {FS = ":.*?## "}; {printf "\033[36m%-15s\033[0m %s\n", $$1, $$2}'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment