rust/clean_all.sh

7 lines
156 B
Bash
Raw Normal View History

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