Update build.sh

pull/868/head
probonopd 2 months ago committed by GitHub
parent 8f368d4d03
commit 508046ffdb
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
  1. 7
      build.sh

@ -61,8 +61,11 @@ cd ..
# Build MiniDexed
cd src
git clean -f # Completely reset this directory so that no leftover changes are used in subsequent builds
make clean || true
make clean
print "***** DEBUG *****"
env
grep -r 'aarch64-none-elf' ./src/
find ./src -type d -name 'aarch64-none-elf'
make -j
ls *.img
cd ..

Loading…
Cancel
Save