docs: use correct .PHONY syntax with colon (:)
This commit is contained in:
parent
e5e6f1c8f7
commit
8ebbaf1413
@ -47,7 +47,7 @@ SYMFONY = $(PHP_CONT) bin/console
|
|||||||
|
|
||||||
# Misc
|
# Misc
|
||||||
.DEFAULT_GOAL = help
|
.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 🐳 🎵 ——————————————————————————————————
|
## —— 🎵 🐳 The Symfony Docker Makefile 🐳 🎵 ——————————————————————————————————
|
||||||
help: ## Outputs this help screen
|
help: ## Outputs this help screen
|
||||||
|
Loading…
x
Reference in New Issue
Block a user