Skip to content

Instantly share code, notes, and snippets.

@aluxian
Created August 11, 2024 16:30
Show Gist options
  • Save aluxian/cdf97bd7d7cacbf2efe3b8a345867ab3 to your computer and use it in GitHub Desktop.
Save aluxian/cdf97bd7d7cacbf2efe3b8a345867ab3 to your computer and use it in GitHub Desktop.
Makefile
help: ## Print this help menu.
@grep -E '^[a-zA-Z_-]+:.*?## .*$$' $(MAKEFILE_LIST) | \
awk 'BEGIN {FS = ":.*?## "}; {printf "\033[36m%-30s\033[0m %s\n", $$1, $$2}'
.PHONY: help
bootstrap: ## Install dev tools using Homebrew.
brew install go docker google-cloud-sdk terraform
.PHONY: bootstrap
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment