"make clean" was not removing limine-install.

This commit is contained in:
VAN BOSSUYT Nicolas 2020-09-18 11:28:18 +02:00
parent 8271c0b8df
commit 2524f0d0b9

View File

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