Skip to content

Instantly share code, notes, and snippets.

.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}'