improve clean target
This commit is contained in:
parent
98e41f4c43
commit
1f61e5f878
2
Makefile
2
Makefile
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user