Skip to content

Instantly share code, notes, and snippets.

@synapticvoid
Created May 28, 2020 15:20
Show Gist options
  • Save synapticvoid/63067d82861275466deba0dc34632da8 to your computer and use it in GitHub Desktop.
Save synapticvoid/63067d82861275466deba0dc34632da8 to your computer and use it in GitHub Desktop.
.PHONY: help
.DEFAULT_GOAL := help
build: ## Build the project
# Fill command
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