Files
mop3/aux/devel.sh
2025-12-29 23:54:21 +01:00

14 lines
175 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_apps
make -B all_dist
./aux/limine_iso_amd64.sh