More Makefile fixes

This commit is contained in:
mintsuki 2021-03-02 10:45:02 +01:00
parent 6d756cf78b
commit 7f2c1743dc
1 changed files with 1 additions and 1 deletions

View File

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