From 5543f60954cb9a21fd7463fdb52ec598a87ed86d Mon Sep 17 00:00:00 2001 From: mintsuki Date: Sat, 20 Mar 2021 14:17:53 +0100 Subject: [PATCH] build: Ensure that limine-eltorito-efi.bin gets rebuilt when necessary --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 62ab883e..affaede1 100644 --- a/Makefile +++ b/Makefile @@ -36,7 +36,7 @@ limine-bios: stage23-bios decompressor cd stage1/pxe && nasm bootsect.asm -fbin -o ../../bin/limine-pxe.bin cp build/stage23-bios/limine.sys ./bin/ -bin/limine-eltorito-efi.bin: +bin/limine-eltorito-efi.bin: bin/BOOTX64.EFI dd if=/dev/zero of=$@ bs=512 count=2880 mformat -i $@ -f 1440 :: mmd -D s -i $@ ::/EFI