Skip to content

Instantly share code, notes, and snippets.

@mig-hub
Created September 6, 2020 08:41
Show Gist options
  • Save mig-hub/e541b4c023b6f8873cca95be59fadd5c to your computer and use it in GitHub Desktop.
Save mig-hub/e541b4c023b6f8873cca95be59fadd5c to your computer and use it in GitHub Desktop.
.PHONY: help
help: ## Show this help
@egrep -h '\s##\s' $(MAKEFILE_LIST) | \
awk 'BEGIN {FS = ":.*?## "}; {printf "\033[34m%-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