misc: Make sure to remove limine_stage2only.elf in stage23 clean target

This commit is contained in:
mintsuki 2021-03-01 23:57:39 +01:00
parent 71d0feb23a
commit d4ea15e39e

View File

@ -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)