Skip to content

Instantly share code, notes, and snippets.

@luzfcb
Created November 22, 2021 15:32
Show Gist options
  • Save luzfcb/e73c22d77d7ae4d1ededf79e6909ce32 to your computer and use it in GitHub Desktop.
Save luzfcb/e73c22d77d7ae4d1ededf79e6909ce32 to your computer and use it in GitHub Desktop.
.DEFAULT_GOAL := help
help: ## show help message
@awk 'BEGIN {FS = ":.*##"; printf "\nUsage:\n make \033[36m\033[0m\n"} /^[$$()% a-zA-Z_-]+:.*?##/ { printf " \033[36m%-15s\033[0m %s\n", $$1, $$2 } /^##@/ { printf "\n\033[1m%s\033[0m\n", substr($$0, 5) } ' $(MAKEFILE_LIST)
compile: ## Compile foobar
@echo "##### Compiling foobar"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment