clean.cmd 90 B

123456
  1. cd rust-lib
  2. cargo clean
  3. if exist "lib-infra/.cache" (
  4. rmdir /s/q "lib-infra/.cache"
  5. )