From 7dd99767b0f2917a33b77d714bd1d5d003c41ad8 Mon Sep 17 00:00:00 2001 From: probonopd Date: Sun, 20 Apr 2025 16:28:24 +0200 Subject: [PATCH] git clean -f src/ --- build.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.sh b/build.sh index 58c56cc..581e28c 100755 --- a/build.sh +++ b/build.sh @@ -36,7 +36,6 @@ fi # Build circle-stdlib library cd circle-stdlib/ -git clean -f # Completely reset this directory so that no leftover changes are used in subsequent builds make mrproper || true ./configure -r ${RPI} --prefix "${TOOLCHAIN_PREFIX}" ${OPTIONS} -o KERNEL_MAX_SIZE=0x400000 make -j @@ -62,6 +61,7 @@ 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 -j ls *.img