mirror of
https://git.proxmox.com/git/rustc
synced 2025-05-01 23:31:32 +00:00
7 lines
203 B
Bash
Executable File
7 lines
203 B
Bash
Executable File
#!/usr/bin/env bash
|
|
set -e
|
|
|
|
rm -rf build_sysroot/{sysroot_src/,target/,compiler-builtins/,rustc_version}
|
|
rm -rf target/ build/ perf.data{,.old} y.bin
|
|
rm -rf rand/ regex/ simple-raytracer/ portable-simd/
|