"make clean" was not removing limine-install.
This commit is contained in:
parent
8271c0b8df
commit
2524f0d0b9
2
Makefile
2
Makefile
@ -9,6 +9,8 @@ all: stage2 decompressor
|
|||||||
|
|
||||||
clean: stage2-clean decompressor-clean
|
clean: stage2-clean decompressor-clean
|
||||||
rm -f stage2/stage2.bin.gz
|
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:
|
stage2:
|
||||||
$(MAKE) -C stage2 all
|
$(MAKE) -C stage2 all
|
||||||
|
Loading…
x
Reference in New Issue
Block a user