From b9602eae0750cb532afb6a122dd7b1c1f763f823 Mon Sep 17 00:00:00 2001
From: Fabrice Gangler <fabrice.gangler@adullact.org>
Date: Thu, 27 Mar 2025 19:25:41 +0100
Subject: [PATCH] chore(make): fix typo

---
 Makefile | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/Makefile b/Makefile
index b740e93..33be6d2 100644
--- a/Makefile
+++ b/Makefile
@@ -239,10 +239,11 @@ composer_install: ## ...
 
 composer_update:
 	cd webapp/ && composer update
+.PHONY: composer_update
 
 symfony_server_start:
 	cd webapp/ && symfony server:start
-
+.PHONY: symfony_server_start
 
 
 # Checks for outdated packages
-- 
GitLab