Files
mop3/aux/devel.sh
kamkow1 00fb6eaefe
All checks were successful
Build ISO image / build-and-deploy (push) Successful in 2m4s
Build documentation / build-and-deploy (push) Successful in 48s
Don't rebuild Limine on every devel build
2026-04-25 10:33:09 +02:00

18 lines
270 B
Bash
Executable File

#!/bin/sh
set -xe
bt="buildtype=release"
if [ "$1" = "debug" ]; then
bt="buildtype=debug"
fi
make all_limine
make -B all_lz4
make -B all_kernel "$bt"
make -B all_libu "$bt"
make -B all_apps "$bt"
make -B all_dist
./aux/limine_iso_amd64.sh