fix: use `cargo clean` in Makefile/CI

feat/type-attributes
Tomáš Mládek 2022-10-21 14:02:25 +02:00
parent 833fd8903a
commit e19e5c4b1c
1 changed files with 1 additions and 1 deletions

View File

@ -51,7 +51,7 @@ clean_frontend:
rm -vrf webui/dist webui/public/vendor
clean_backend:
rm -vrf target
cargo clean
update_schema:
rm -f upend.sqlite3