website/Makefile
2024-04-21 12:36:02 +09:00

6 lines
207 B
Makefile

install: ## Install dependencies
@qlot install
help: ## Show options
@grep -E '^[a-zA-Z_-]+:.*?## .*$$' $(MAKEFILE_LIST) | \
awk 'BEGIN {FS = ":.*?## "}; {printf "\033[36m%-20s\033[0m %s\n", $$1, $$2}'