feat: Ajout configuration et dépendances initiales
This commit is contained in:
4
makefile
4
makefile
@@ -1,5 +1,3 @@
|
||||
# Makefile pour le projet Symfony e-cosplay-contest
|
||||
|
||||
# --- Configuration ---
|
||||
PHP_EXEC = docker compose exec php
|
||||
CONSOLE = $(PHP_EXEC) php bin/console
|
||||
@@ -61,7 +59,7 @@ dbtest_remove: ## Crée la base de données
|
||||
# --- Aide ---
|
||||
.PHONY: help
|
||||
help: ## Affiche cet écran d'aide
|
||||
@echo "Commandes disponibles pour e-cosplay-contest :"
|
||||
@echo "Commandes disponibles mainframe :"
|
||||
@grep -E '^[a-zA-Z_-]+:.*?## .*$$' $(MAKEFILE_LIST) | awk 'BEGIN {FS = ":.*?## "}; {printf "\033[36m%-20s\033[0m %s\n", $$1, $$2}'
|
||||
|
||||
.DEFAULT_GOAL := help
|
||||
|
||||
Reference in New Issue
Block a user