Merge pull request #27 from sleepy-monax/patch-1

"make clean" was not removing limine-install and limine.bin.
This commit is contained in:
mint 2020-09-18 11:31:57 +02:00 committed by GitHub
commit 9c10b5d560
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 0 deletions

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