Skip to content

Instantly share code, notes, and snippets.

@vterdunov
Last active June 24, 2019 13:58
Show Gist options
  • Save vterdunov/8f69272b4fe58f035d5df4e4a8d221e1 to your computer and use it in GitHub Desktop.
Save vterdunov/8f69272b4fe58f035d5df4e4a8d221e1 to your computer and use it in GitHub Desktop.
.PHONY: help
help: ## Display this help message.
@echo "Please use \`make <target>\` where <target> is one of:"
@cat $(MAKEFILE_LIST) | grep -e "^[a-zA-Z_\-\.]*: *.*## *" | awk 'BEGIN {FS = ":.*?## "}; {printf "\033[36m%-30s\033[0m %s\n", $$1, $$2}'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment