8 lines
98 B
Bash
Executable File
8 lines
98 B
Bash
Executable File
#!/bin/sh
|
|
|
|
set -x
|
|
|
|
make -B all_compiledb_kernel
|
|
make -B all_compiledb_libu
|
|
make -B compiledb_apps
|