rust/clean_all.sh
2020-11-02 18:17:39 +01:00

5 lines
144 B
Bash
Executable file

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