mirror of
https://git.proxmox.com/git/rustc
synced 2025-05-05 20:11:54 +00:00
6 lines
151 B
Bash
Executable File
6 lines
151 B
Bash
Executable File
#!/bin/bash --verbose
|
|
set -e
|
|
|
|
rm -rf target/ build_sysroot/{sysroot/,sysroot_src/,target/,Cargo.lock} perf.data{,.old}
|
|
rm -rf regex/ simple-raytracer/
|