Files
mop3/aux/devel.sh
kamkow1 6c01de8b0d
All checks were successful
Build ISO image / build-and-deploy (push) Successful in 40s
Build documentation / build-and-deploy (push) Successful in 26s
Merge all libs into libu
2026-04-12 13:45:37 +02:00

17 lines
254 B
Bash
Executable File

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