Files
RockOS/build.sh

16 lines
141 B
Bash
Raw Normal View History

2026-07-04 02:09:16 -05:00
#!/bin/bash
2026-07-16 16:09:12 -05:00
./build_sysroot.sh
./build_libs.sh
./build_programs.sh
2026-07-04 02:09:16 -05:00
make clean
bear -- make
2026-07-04 02:09:16 -05:00
2026-07-16 16:09:12 -05:00
./copy_resources.sh
2026-07-04 02:09:16 -05:00
./make_img.sh
make -B