3d46a30469
This fixes older rand versions that enable the simd feature of ppv-lite86
6 lines
146 B
Bash
Executable File
6 lines
146 B
Bash
Executable File
#!/bin/bash --verbose
|
|
set -e
|
|
|
|
rm -rf target/ build_sysroot/{sysroot/,sysroot_src/,target/} perf.data{,.old}
|
|
rm -rf rand/ regex/ simple-raytracer/
|