Use -f flag with rm
This commit is contained in:
parent
31460fe148
commit
46fe1722ce
2
Makefile
2
Makefile
@ -3,7 +3,7 @@ build: $(LUNA_ROOT)/kernel/bin/moon.elf
|
||||
clean: moon-clean initrd-clean
|
||||
|
||||
initrd-clean:
|
||||
rm $(LUNA_ROOT)/initrd/boot/moon.elf $(LUNA_ROOT)/Luna.iso
|
||||
rm -f $(LUNA_ROOT)/initrd/boot/moon.elf $(LUNA_ROOT)/Luna.iso
|
||||
|
||||
install: $(LUNA_ROOT)/initrd/boot/moon.elf
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user