8 lines
81 B
Bash
Executable File
8 lines
81 B
Bash
Executable File
#!/bin/sh
|
|
|
|
set -x
|
|
|
|
make -B format_kernel
|
|
make -B format_libu
|
|
make -B format_apps
|