Update files

This commit is contained in:
Alex
2022-11-07 08:35:11 +02:00
parent 06fd9d1e1a
commit 0e4abb9e86
7 changed files with 29 additions and 3 deletions

View File

@ -173,7 +173,15 @@ run: build qemu
clean:
rm -rf doxygen-doc iso_tmp_data
rm -f initrd/system/drivers/*.fex initrd.tar.gz $(OSNAME).iso $(OSNAME).img
rm -f initrd.tar.gz $(OSNAME).iso $(OSNAME).img
rm -f initrd/system/drivers/*.fex
rm -f initrd/system/*.fex
rm -f initrd/system/*.elf
rm -f initrd/system/lib/*.a
rm -f initrd/system/lib/*.so
rm -f initrd/system/lib/*.o
rm -f initrd/system/include/*.h
rm -f initrd/system/include/*.hpp
make -C Kernel clean
make -C Lynx clean
make -C Userspace clean