removed .json files

This commit is contained in:
2026-07-14 23:06:50 -05:00
parent 54f0f4ed9e
commit 7f6ef0fdc2
10 changed files with 14 additions and 530 deletions

View File

@@ -1,18 +1,22 @@
#!/bin/bash
cd rocklibc
rm -rf *.o
rm -rf *.a
rm -rf *.json
make clean
cd ..
cd programs/rocksh
make clean
cd ../..
cd programs
rm -rf *.elf
rm -rf *.o
rm -rf *.json
rm -rf *.a
cd ..
make clean
cd initrd
rm -rf output
rm *.elf
cd ..
rm *.img
rm -rf *.elf
cd ..