Files
mop3/aux/format.sh
kamkow1 7601ea68e2
All checks were successful
Build documentation / build-and-deploy (push) Successful in 3m6s
Rename libmsl to libsystem
2026-02-21 12:00:59 +01:00

12 lines
188 B
Bash
Executable File

#!/bin/sh
set -x
make -B format_kernel
make -B format_libsystem
make -B format_libterminal
make -B format_libprocess
make -B format_liballoc
make -B format_libstring
make -B format_apps