mirror of
https://github.com/limine-bootloader/limine
synced 2025-01-07 13:22:18 +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 $@
|
nasm $< -f elf32 -o $@
|
||||||
|
|
||||||
clean:
|
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