mirror of
https://github.com/EnderIce2/Fennix.git
synced 2025-07-03 19:39:16 +00:00
Remove .so & .a files from /system directory
This commit is contained in:
2
Makefile
2
Makefile
@ -176,6 +176,8 @@ clean:
|
|||||||
rm -f initrd/system/drivers/*.elf
|
rm -f initrd/system/drivers/*.elf
|
||||||
rm -f initrd/system/*.fex
|
rm -f initrd/system/*.fex
|
||||||
rm -f initrd/system/*.elf
|
rm -f initrd/system/*.elf
|
||||||
|
rm -f initrd/system/*.so
|
||||||
|
rm -f initrd/system/*.a
|
||||||
rm -f initrd/system/lib/*.a
|
rm -f initrd/system/lib/*.a
|
||||||
rm -f initrd/system/lib/*.so
|
rm -f initrd/system/lib/*.so
|
||||||
rm -f initrd/system/lib/*.o
|
rm -f initrd/system/lib/*.o
|
||||||
|
Reference in New Issue
Block a user