mirror of
https://github.com/limine-bootloader/limine
synced 2025-01-06 04:42:16 +03:00
misc: Make sure to remove limine_stage2only.elf in stage23 clean target
This commit is contained in:
parent
71d0feb23a
commit
d4ea15e39e
@ -83,4 +83,4 @@ limine.elf: $(OBJ) limine.map.o
|
||||
nasm $< -f elf32 -o $@
|
||||
|
||||
clean:
|
||||
rm -f limine.elf limine_nomap.elf limine.map.o limine.sys stage2.bin stage2.bin.gz $(OBJ) $(HEADER_DEPS)
|
||||
rm -f limine.elf limine_nomap.elf limine_stage2only.elf limine.map.o limine.sys stage2.bin stage2.bin.gz $(OBJ) $(HEADER_DEPS)
|
||||
|
Loading…
Reference in New Issue
Block a user