improve clean target

This commit is contained in:
pjht 2019-05-23 16:52:08 -05:00
parent 98e41f4c43
commit 1f61e5f878

View File

@ -59,4 +59,4 @@ libc/libc.a: $(LIBC_OBJ)
@$(AS) $< -o $@
clean:
@rm -rf $(OBJ) $(OBJ) $(ASM_OBJ) $(S_ASM_OBJ) libc/libc.a kernel/cstart.o cpu/memory.h os.iso */*.elf iso/boot/initrd.tar
@rm -rf kernel/*.o drivers/*/*.o drivers/*/*/*.o cpu/*/*.o fs/*.o libc/libc.a kernel/cstart.o cpu/memory.h os.iso */*.elf iso/boot/initrd.tar