:: commit 2524f0d0b9e37984cad465400de2494f6236d81f

VAN BOSSUYT Nicolas <nicolas.van.bossuyt@gmail.com> — 2020-09-18 09:28

parents: 8271c0b8df

"make clean" was not removing limine-install.

diff --git a/Makefile b/Makefile
index c3b81d40..9bc78539 100644
--- a/Makefile
+++ b/Makefile
@@ -9,6 +9,8 @@ all: stage2 decompressor
 
 clean: stage2-clean decompressor-clean
 	rm -f stage2/stage2.bin.gz
+	rm -f limine-install
+	# We don't remove limine.bin because not everyone wants to build the bootloader themselves.
 
 stage2:
 	$(MAKE) -C stage2 all
tab: 248 wrap: offon