11 lines
99 B
Bash
Executable File
11 lines
99 B
Bash
Executable File
#!/bin/bash
|
|
|
|
./build_libc.sh
|
|
./build_programs.sh
|
|
|
|
make clean
|
|
bear -- make
|
|
|
|
./make_img.sh
|
|
|
|
make -B |