rust/clean_all.sh
2021-08-12 21:46:50 -04:00

6 lines
151 B
Bash
Executable file

#!/bin/bash --verbose
set -e
rm -rf target/ build_sysroot/{sysroot/,sysroot_src/,target/,Cargo.lock} perf.data{,.old}
rm -rf regex/ simple-raytracer/