mirror of
https://github.com/symfony/recipes.git
synced 2026-09-12 07:36:30 +03:00
Fix the Makefile
This commit is contained in:
@@ -13,11 +13,11 @@ endif
|
|||||||
.PHONY: cache-clear
|
.PHONY: cache-clear
|
||||||
|
|
||||||
cache-warmup: cache-clear
|
cache-warmup: cache-clear
|
||||||
ifndef CONSOLE
|
ifdef CONSOLE
|
||||||
@printf "cannot warmup the cache (needs symfony/console)\n"
|
|
||||||
@exit 1
|
|
||||||
endif
|
|
||||||
@$(CONSOLE) cache:warmup
|
@$(CONSOLE) cache:warmup
|
||||||
|
else
|
||||||
|
@printf "cannot warmup the cache (needs symfony/console)\n"
|
||||||
|
endif
|
||||||
.PHONY: cache-warmup
|
.PHONY: cache-warmup
|
||||||
|
|
||||||
serve_as_sf: sf_console
|
serve_as_sf: sf_console
|
||||||
|
|||||||
Reference in New Issue
Block a user