Revert unintentional change

This commit is contained in:
bjorn3 2020-11-02 18:54:10 +01:00
parent 520a61f21b
commit 646b00ff77

View File

@ -17,7 +17,7 @@ cd $(dirname "$0")
# Cleanup for previous run
# v Clean target dir except for build scripts and incremental cache
#rm -r target/*/{debug,release}/{build,deps,examples,libsysroot*,native} 2>/dev/null || true
rm -r target/*/{debug,release}/{build,deps,examples,libsysroot*,native} 2>/dev/null || true
# We expect the target dir in the default location. Guard against the user changing it.
export CARGO_TARGET_DIR=target