diff --git a/rebuild.sh b/rebuild.sh new file mode 100755 index 0000000000..e51b99c0e1 --- /dev/null +++ b/rebuild.sh @@ -0,0 +1,9 @@ +#!/usr/bin/env bash + +set -ex + +MODEL="$(grep CONFIG_VARIANT_DIR .config | cut -d '"' -f2)" + +time make -j$(nproc) BUILD_TIMELESS=1 + +cp -v build/coreboot.rom "system76/$MODEL/coreboot"