mirror of
https://git.proxmox.com/git/rustc
synced 2025-05-04 13:07:41 +00:00
7 lines
156 B
Bash
Executable File
7 lines
156 B
Bash
Executable File
#!/usr/bin/env bash
|
|
set -e
|
|
set -v
|
|
|
|
rm -rf target/ build_sysroot/{sysroot/,sysroot_src/,target/,Cargo.lock} perf.data{,.old}
|
|
rm -rf regex/ simple-raytracer/
|