fd -> find
This commit is contained in:
parent
a79af996e1
commit
438f85dc79
1 changed files with 1 additions and 1 deletions
2
Makefile
2
Makefile
|
@ -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
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue