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:
|
clean:
|
||||||
rm -f *.o *.elf *.d lib/*.o lib/*.d
|
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
|
-include *.d
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue