From 6785a02463c73a5c944092669febf42b63259eee Mon Sep 17 00:00:00 2001 From: Javier Eguiluz Date: Tue, 4 Apr 2017 20:52:22 +0200 Subject: [PATCH] Improve the readability of the Makefile tasks --- symfony/framework-bundle/manifest.json | 2 ++ 1 file changed, 2 insertions(+) diff --git a/symfony/framework-bundle/manifest.json b/symfony/framework-bundle/manifest.json index 28299196..4196b024 100644 --- a/symfony/framework-bundle/manifest.json +++ b/symfony/framework-bundle/manifest.json @@ -20,9 +20,11 @@ "cache-clear:", "\t@test -f bin/console && bin/console cache:clear --no-warmup || rm -rf var/cache/*", ".PHONY: cache-clear", + "", "cache-warmup: cache-clear", "\t@test -f bin/console && bin/console cache:warmup || echo \"cannot warmup the cache (needs symfony/console)\"", ".PHONY: cache-warmup", + "", "serve:", "\t@echo \"\\033[32;49mServer listening on http://127.0.0.1:8000\\033[39m\"", "\t@echo \"Quit the server with CTRL-C.\"",