diff --git a/Makefile b/Makefile index 10d4aab9768f252c2ec023a1eac386d6714a7f24..a50c36d5a6ae4e641690e2ec6cc7d5a62006211a 100644 --- a/Makefile +++ b/Makefile @@ -25,8 +25,10 @@ help: @echo " volumes, and images created by 'up'." @echo " stop docker-compose: Stop running containers without removing them." @echo " kill docker-compose: Force stop service containers." + @echo @echo " install-typo3 docker-compose: Start TYPO3" - + @echo " clear-cache Command Line: Empty typo3temp/" + @echo @echo " log Constantly echo log items to the console." @echo " composer-install PHP Composer: Install." @echo " composer-update PHP Composer: Update." @@ -67,7 +69,7 @@ init: composer-install install-typo3 .PHONY: reset -reset: kill down init +reset: kill down clear-cache init .PHONY: pull @@ -137,3 +139,6 @@ composer-install: composer-update: $(COMPOSER) --working-dir=data/typo3 up +.PHONY: clear-cache +clear-cache: + rm -rf data/typo3/html/typo3temp/*