Skip to content

Instantly share code, notes, and snippets.

@jasonforte
Created August 10, 2018 10:49
Show Gist options
  • Select an option

  • Save jasonforte/4cc8f40ed496fd941ee4dcf054313692 to your computer and use it in GitHub Desktop.

Select an option

Save jasonforte/4cc8f40ed496fd941ee4dcf054313692 to your computer and use it in GitHub Desktop.
Self Documenting Makefile
.PHONY: help
help:
@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