Files
TijdVoorDeTest/Makefile
2024-12-29 16:18:38 +01:00

11 lines
235 B
Makefile

.DEFAULT_GOAL := help
.PHONY: shell
shell:
@docker compose exec php bash
.PHONY: help
help:
@grep -E '^[a-zA-Z_-]+:.*?## .*$$' $(MAKEFILE_LIST) | sort | awk 'BEGIN {FS = ":.*?## "}; {printf "\033[36m%-30s\033[0m %s\n", $$1, $$2}'