Skip to content

Instantly share code, notes, and snippets.

@matejb
Created January 15, 2019 12:52
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 matejb/2d1a54ba30bd9fb0dd266841d2a760a2 to your computer and use it in GitHub Desktop.
Save matejb/2d1a54ba30bd9fb0dd266841d2a760a2 to your computer and use it in GitHub Desktop.
MakeFile help
# from https://github.com/docker/cli/blob/master/Makefile#L74-L76 found by @breml
.PHONY: help
help: ## print this help
@awk 'BEGIN {FS = ":.*?## "} /^[a-zA-Z0-9_-]+:.*?## / {gsub("\\\\n",sprintf("\n%22c",""), $$2);printf "\033[36m%-20s\033[0m %s\n", $$1, $$2}' $(MAKEFILE_LIST)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment