Skip to content

Commit

Permalink
minor #657 Update Makefile with latest changes (yceruto)
Browse files Browse the repository at this point in the history
This PR was merged into the master branch.

Discussion
----------

Update Makefile with latest changes

 * symfony/recipes@058d507
 * symfony/recipes@b572031
 * symfony/recipes@e170140

Commits
-------

694c845 Update Makefile
  • Loading branch information
javiereguiluz committed Sep 25, 2017
2 parents 8c4d972 + 694c845 commit 71ebca4
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions Makefile
Expand Up @@ -21,7 +21,7 @@ cache-warmup: cache-clear
ifdef CONSOLE
@$(CONSOLE) cache:warmup
else
@printf "cannot warmup the cache (needs symfony/console)\n"
@printf "Cannot warm up the cache (needs symfony/console)\n"
endif
.PHONY: cache-warmup

Expand All @@ -32,10 +32,10 @@ endif
@$(CONSOLE) | grep server:start > /dev/null || ${MAKE} serve_as_php
@$(CONSOLE) server:start

@printf "Quit the server with \033[32;49mbin/console server:stop.\033[39m\n"
@printf "Quit the server with \033[32;49mbin/console server:stop\033[39m\n"

serve_as_php:
@printf "\033[32;49mServer listening on http://127.0.0.1:8000\033[39m\n";
@printf "\033[32;49mServer listening on http://127.0.0.1:8000\033[39m\n"
@printf "Quit the server with CTRL-C.\n"
@printf "Run \033[32mcomposer require symfony/web-server-bundle\033[39m for a better web server\n"
php -S 127.0.0.1:8000 -t public
Expand Down

0 comments on commit 71ebca4

Please sign in to comment.