All checks were successful
Build documentation / build-and-deploy (push) Successful in 3m6s
12 lines
188 B
Bash
Executable File
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
|