mirror of
https://git.proxmox.com/git/rustc
synced 2025-05-05 18:50:54 +00:00
6 lines
161 B
Bash
Executable File
6 lines
161 B
Bash
Executable File
#!/usr/bin/env bash
|
|
set -e
|
|
|
|
rm -rf target/ build/ build_sysroot/{sysroot_src/,target/,compiler-builtins/} perf.data{,.old}
|
|
rm -rf rand/ regex/ simple-raytracer/
|