misc: Make sure to remove limine_stage2only.elf in stage23 clean target
diff --git a/stage23/Makefile b/stage23/Makefile
index fb312a9f..f6148b59 100644
--- a/stage23/Makefile
+++ b/stage23/Makefile
@@ -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)
