Remove files inside sys too

This commit is contained in:
Alex
2022-12-08 10:35:24 +02:00
parent f15946920b
commit 26571897fb

View File

@ -176,6 +176,8 @@ clean:
rm -f initrd/system/lib/*.o
rm -f initrd/system/include/*.h
rm -f initrd/system/include/*.hpp
rm -f initrd/system/include/sys/*.h
rm -f initrd/system/include/sys/*.hpp
make -C Kernel clean
make -C Lynx clean
make -C Userspace clean