Skip to content

Commit 6785a02

Browse files
committed
Improve the readability of the Makefile tasks
1 parent 0b557ba commit 6785a02

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

symfony/framework-bundle/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)