docs: use correct .PHONY syntax with colon (:)

This commit is contained in:
wira 2022-12-01 07:34:49 +00:00 committed by Maxime Helias
parent e5e6f1c8f7
commit 8ebbaf1413

View File

@ -47,7 +47,7 @@ SYMFONY = $(PHP_CONT) bin/console
# Misc
.DEFAULT_GOAL = help
.PHONY = help build up start down logs sh composer vendor sf cc
.PHONY : help build up start down logs sh composer vendor sf cc
## —— 🎵 🐳 The Symfony Docker Makefile 🐳 🎵 ——————————————————————————————————
help: ## Outputs this help screen