ED_LRR/clean.bat
2019-08-05 01:26:43 +02:00

5 lines
123 B
Batchfile

rm -rfv _*.pyd *.egg-info pip-wheel-metadata dist exe build __pycache__
cd rust
cargo clean
cargo clean --release
cd ..