mirror of
https://github.com/symfony/recipes.git
synced 2026-09-11 15:16:30 +03:00
added missing .PHONY
This commit is contained in:
@@ -21,6 +21,7 @@
|
||||
"\t@echo \"\\033[32;49mServer listening on http://127.0.0.1:8000\\033[39m\"",
|
||||
"\t@echo \"Quit the server with CTRL-C.\"",
|
||||
"\t@echo \"Run \\033[32mcomposer require symfony/web-server-bundle\\033[39m for a better web server\"",
|
||||
"\tphp -S 127.0.0.1:8000 -t web"
|
||||
"\tphp -S 127.0.0.1:8000 -t web",
|
||||
".PHONY: serve"
|
||||
]
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user