16 lines
141 B
Bash
Executable File
16 lines
141 B
Bash
Executable File
#!/bin/bash
|
|
|
|
./build_sysroot.sh
|
|
|
|
./build_libs.sh
|
|
|
|
./build_programs.sh
|
|
|
|
make clean
|
|
bear -- make
|
|
|
|
./copy_resources.sh
|
|
|
|
./make_img.sh
|
|
|
|
make -B |