6 lines
90 B
Batchfile
Raw Normal View History

cd rust-lib
cargo clean
2022-06-15 22:28:33 +08:00
if exist "lib-infra/.cache" (
rmdir /s/q "lib-infra/.cache"
)