diff --git a/build.sh b/build.sh index 499f857..bd26acc 100644 --- a/build.sh +++ b/build.sh @@ -23,6 +23,7 @@ cd .. # Build MiniDexed cd src +make clean || true make -j$(nproc) ls *.img cd ..