Skip to content

Instantly share code, notes, and snippets.

@dgoosens
dgoosens / Makefile
Last active November 10, 2023 20:10
FrankenPHP- APIPlatform Makefile
DOCKER_COMPOSE=docker compose
.DEFAULT_GOAL := help
##help: List available tasks on this project
help:
@echo ""
@echo "These are the available commands"
@echo ""
@grep -E '\#\#[a-zA-Z\.\-]+:.*$$' $(MAKEFILE_LIST) \
| tr -d '##' \