18 lines
131 B
Bash
Executable File
18 lines
131 B
Bash
Executable File
#!/bin/bash
|
|
|
|
cd rocklibc
|
|
make clean
|
|
cd ..
|
|
|
|
cd programs
|
|
make clean
|
|
cd ..
|
|
|
|
make clean
|
|
|
|
cd initrd
|
|
rm -rf output
|
|
rm *.elf
|
|
cd ..
|
|
|