rust/clean_all.sh

6 lines
159 B
Bash
Raw Normal View History

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