Makefile: clean
This commit is contained in:
parent
e2330a15c4
commit
f8e214d0a2
1 changed files with 3 additions and 0 deletions
3
Makefile
3
Makefile
|
@ -14,3 +14,6 @@ run-frontend:
|
|||
|
||||
test:
|
||||
python3 -m unittest discover -vcs ./backend
|
||||
|
||||
clean:
|
||||
rm -rf backend/__pycache__ .ruff_cache
|
||||
|
|
Loading…
Reference in a new issue