rust/clean_all.sh
2021-01-31 12:43:39 +01:00

6 lines
163 B
Bash
Executable File

#!/bin/bash --verbose
set -e
rm -rf target/ build/ build_sysroot/{sysroot_src/,target/,compiler-builtins/} perf.data{,.old}
rm -rf rand/ regex/ simple-raytracer/