:: commit 7f2c1743dcedf3d01b8ddd84b9b1957cf0a76944

mintsuki <mintsuki@protonmail.com> — 2021-03-02 09:45

parents: 6d756cf78b

More Makefile fixes

diff --git a/Makefile b/Makefile
index 371e0a16..c1358123 100644
--- a/Makefile
+++ b/Makefile
@@ -36,7 +36,7 @@ bootloader: | decompressor stage23
 	cd stage1/pxe && nasm bootsect.asm -fbin -o ../../bin/limine-pxe.bin
 	cp stage23/limine.sys ./bin/
 else ifeq ($(TARGET), uefi)
-bootloader: stage23
+bootloader: | gnu-efi stage23
 	mkdir -p bin
 	cp stage23/BOOTX64.EFI ./bin/
 endif
tab: 248 wrap: offon