Add 'make clean || true' for MiniDexed

https://github.com/probonopd/MiniDexed/issues/23
pull/25/head
probonopd 2 years ago committed by GitHub
parent 1afd35957b
commit 7f1d36a2bc
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 1
      build.sh

@ -23,6 +23,7 @@ cd ..
# Build MiniDexed
cd src
make clean || true
make -j$(nproc)
ls *.img
cd ..

Loading…
Cancel
Save