summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rwxr-xr-xcompile-all-targets.sh1
1 files changed, 1 insertions, 0 deletions
diff --git a/compile-all-targets.sh b/compile-all-targets.sh
index 610ef09..4f4a004 100755
--- a/compile-all-targets.sh
+++ b/compile-all-targets.sh
@@ -38,6 +38,7 @@ cross_build() {
name="$1"
target="$2"
echo -e "${H2}Compiling the $name / $target version${EH}"
+ cargo clean
cross build --target "$target" --release
mkdir "build/$target"
cp "target/$target/release/dysk" "build/$target/"