Remove files inside sys too

This commit is contained in:
Alex 2022-12-08 10:35:24 +02:00
parent f15946920b
commit 26571897fb
Signed by untrusted user who does not match committer: enderice2
GPG Key ID: EACC3AD603BAB4DD

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