make clean || true

pull/25/head
probonopd 2 years ago committed by GitHub
parent b7542ac81a
commit 2011d2ce6e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 2
      build.sh

@ -10,7 +10,7 @@ fi
# Build circle-stdlib library
cd circle-stdlib/
make clean
make clean || true
./configure -r ${RPI} --prefix "aarch64-none-elf-"
make -j$(nproc)
cd ..

Loading…
Cancel
Save