Files
RockOS/build.sh

11 lines
99 B
Bash
Raw Normal View History

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