diff --git a/Makefile b/Makefile index 39b3764..5c39978 100644 --- a/Makefile +++ b/Makefile @@ -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