diff --git a/build.sh b/build.sh index 10faab3..58c56cc 100755 --- a/build.sh +++ b/build.sh @@ -36,6 +36,7 @@ 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 @@ -64,4 +65,4 @@ cd src make clean || true make -j ls *.img -cd .. \ No newline at end of file +cd ..