[ADD] Makefile: clear_cache

This commit is contained in:
Mathieu Benoit 2024-09-11 00:28:46 -04:00
parent 97b306fcd8
commit 4a1dc0e0e6

View file

@ -1191,3 +1191,8 @@ doc_clean_user:
.PHONY: doc_markdown
doc_markdown:
./.venv/bin/mmg --verbose --yes ./doc/CODE_GENERATOR.base.md
# Cache
.PHONY: clear_cache
clear_cache:
rm -rf cache artifacts .coverage coverage.json