fd -> find

This commit is contained in:
Imbus 2025-09-01 22:25:24 +02:00
parent a79af996e1
commit 438f85dc79

View file

@ -51,7 +51,7 @@ qemu: kernel.elf
clean:
rm -f *.o *.elf *.d lib/*.o lib/*.d
fd -I -e o -x rm # TODO: Should only depend on posix
find . -type f -name '*.[od]' -exec rm -f {} +
-include *.d