ED_LRR/clean.bat

5 lines
123 B
Batchfile
Raw Normal View History

2019-07-14 22:43:57 +00:00
rm -rfv _*.pyd *.egg-info pip-wheel-metadata dist exe build __pycache__
cd rust
cargo clean
cargo clean --release
cd ..