git clean -f src/

pull/868/head
probonopd 4 weeks ago committed by GitHub
parent 6910f3ddd4
commit 7dd99767b0
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
  1. 2
      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

Loading…
Cancel
Save