:: commit d4ea15e39ed0ac52bb4375e8f1ab6c10eda12cc2

mintsuki <mintsuki@protonmail.com> — 2021-03-01 22:57

parents: 71d0feb23a

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)
tab: 248 wrap: offon