Skip to content

Instantly share code, notes, and snippets.

@scotchneat
Created April 11, 2019 21:33
Show Gist options
  • Save scotchneat/afc79d17392a8ca9cff11a8c0d79c391 to your computer and use it in GitHub Desktop.
Save scotchneat/afc79d17392a8ca9cff11a8c0d79c391 to your computer and use it in GitHub Desktop.
Makefile
help: ## Prints this help message.
@grep -E '^[a-zA-Z_-]+:.*?## .*$$' $(MAKEFILE_LIST) | sort | 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