Better clean

This commit is contained in:
Imbus 2025-09-02 01:11:40 +02:00
parent 6a6068c8b6
commit 73795f8944

View file

@ -78,8 +78,7 @@ qemu: kern/kernel.elf
@$(QEMU) -machine virt -bios none -nographic -m 128M -smp 4 -kernel $<
clean:
rm -f *.o *.elf *.d lib/*.o lib/*.d
find . -type f -name '*.[od]' -exec rm -f {} +
find . -type f -name '*.[od(elf)]' -exec rm -f {} +
format:
find . -type f -name '*.[ch]' -exec clang-format -i {} +