Files
mop3/aux/devel.sh
kamkow1 e077d322f4
All checks were successful
Build documentation / build-and-deploy (push) Successful in 35s
Rewrite init app in C, introduce MSL (MOP3 System Library)
2026-01-04 01:11:31 +01:00

15 lines
194 B
Bash
Executable File

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