]> git.lizzy.rs Git - rust.git/blobdiff - clean_all.sh
Use cranelift's `Type::int` instead of doing the match myself
[rust.git] / clean_all.sh
index ced73acc57972c5bf7640685de53ebb56ec1bdcd..f4f8c82d69f10814a052af9e45b7e79bfc61d301 100755 (executable)
@@ -1,5 +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 regex/
+rm -rf build_sysroot/{sysroot_src/,target/,compiler-builtins/,rustc_version}
+rm -rf target/ build/ perf.data{,.old}
+rm -rf rand/ regex/ simple-raytracer/