[ADD] Makefile: clear_cache
This commit is contained in:
parent
97b306fcd8
commit
4a1dc0e0e6
1 changed files with 5 additions and 0 deletions
5
Makefile
5
Makefile
|
|
@ -1191,3 +1191,8 @@ doc_clean_user:
|
||||||
.PHONY: doc_markdown
|
.PHONY: doc_markdown
|
||||||
doc_markdown:
|
doc_markdown:
|
||||||
./.venv/bin/mmg --verbose --yes ./doc/CODE_GENERATOR.base.md
|
./.venv/bin/mmg --verbose --yes ./doc/CODE_GENERATOR.base.md
|
||||||
|
|
||||||
|
# Cache
|
||||||
|
.PHONY: clear_cache
|
||||||
|
clear_cache:
|
||||||
|
rm -rf cache artifacts .coverage coverage.json
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue