From 508046ffdbf93583f232d2d3cbcbe23a96a1b135 Mon Sep 17 00:00:00 2001 From: probonopd Date: Sun, 20 Apr 2025 16:42:21 +0200 Subject: [PATCH] Update build.sh --- build.sh | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/build.sh b/build.sh index 581e28c..294d724 100755 --- a/build.sh +++ b/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 ..