rust/clean_all.sh

6 lines
151 B
Bash
Raw Normal View History

2020-05-10 16:54:30 +02:00
#!/bin/bash --verbose
set -e
rm -rf target/ build_sysroot/{sysroot/,sysroot_src/,target/,Cargo.lock} perf.data{,.old}
rm -rf regex/ simple-raytracer/