Better clean
This commit is contained in:
parent
6a6068c8b6
commit
73795f8944
1 changed files with 1 additions and 2 deletions
3
Makefile
3
Makefile
|
@ -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 {} +
|
||||
|
|
Loading…
Add table
Reference in a new issue