added missing .PHONY

This commit is contained in:
Fabien Potencier
2017-02-16 11:51:21 -08:00
parent a09075b52c
commit b56693f9e0
@@ -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"
]
}