Files
mop3/aux/devel.sh
kamkow1 d712604e4f
Some checks failed
Build ISO image / build-and-deploy (push) Failing after 12s
Build documentation / build-and-deploy (push) Successful in 35s
Use custom Limine build
2026-04-23 19:38:32 +02:00

18 lines
273 B
Bash
Executable File

#!/bin/sh
set -xe
bt="buildtype=release"
if [ "$1" = "debug" ]; then
bt="buildtype=debug"
fi
make -B 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