Clean the tests cache only

This commit is contained in:
Yassine Guedidi 2024-01-07 22:15:17 +01:00
parent 18b09979d6
commit 479cded7b4

View file

@ -15,7 +15,7 @@ help: ## Display this help menu
@grep -E '^[a-zA-Z_-]+:.*?## .*$$' $(MAKEFILE_LIST) | sort | awk 'BEGIN {FS = ":.*?## "}; {printf "\033[36m%-30s\033[0m %s\n", $$1, $$2}'
clean: ## Clear the application cache
rm -rf var/cache/*
rm -rf var/cache/test
install: ## Install wallabag with the latest version
@./scripts/install.sh $(ENV)