clean.cmd 87 B

1234567
  1. cd rust-lib
  2. cargo clean
  3. cd ../../shared-lib
  4. cargo clean
  5. rmdir /s/q "lib-infra/.cache"