Skip to content

Commit 6899aa8

Browse files
committed
minor #3 Improve the readability of the Makefile tasks (javiereguiluz)
This PR was merged into the master branch. Discussion ---------- Improve the readability of the Makefile tasks In case symfony/flex#29 is accepted, this should be the solution. Commits ------- 6785a02 Improve the readability of the Makefile tasks
2 parents 3595a68 + 6785a02 commit 6899aa8

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

symfony/framework-bundle/3.3/manifest.json

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,9 +20,11 @@
2020
"cache-clear:",
2121
"\t@test -f bin/console && bin/console cache:clear --no-warmup || rm -rf var/cache/*",
2222
".PHONY: cache-clear",
23+
"",
2324
"cache-warmup: cache-clear",
2425
"\t@test -f bin/console && bin/console cache:warmup || echo \"cannot warmup the cache (needs symfony/console)\"",
2526
".PHONY: cache-warmup",
27+
"",
2628
"serve:",
2729
"\t@echo \"\\033[32;49mServer listening on http://127.0.0.1:8000\\033[39m\"",
2830
"\t@echo \"Quit the server with CTRL-C.\"",

0 commit comments

Comments
 (0)