]> git.lizzy.rs Git - rust.git/blobdiff - clean_all.sh
Move Object creation into metadata.rs
[rust.git] / clean_all.sh
index f768bb50c73f624da5abc9230ee8d3367b0163b6..23e5bf2e0a8fd77fd08e877fe1a2d2baa29cecaf 100755 (executable)
@@ -1,4 +1,6 @@
-#!/bin/bash --verbose
+#!/usr/bin/env bash
 set -e
 
-rm -rf target/ build_sysroot/{sysroot/,sysroot_src/,target/,Cargo.lock} perf.data{,.old}
+rm -rf build_sysroot/{sysroot_src/,target/,compiler-builtins/,rustc_version}
+rm -rf target/ build/ perf.data{,.old}
+rm -rf rand/ regex/ simple-raytracer/ stdsimd/