From 718173a4cff25e07371967dcc47fa40ad3d595d2 Mon Sep 17 00:00:00 2001 From: Andrew Cady Date: Sat, 17 Jun 2023 19:40:07 -0400 Subject: "make efi" target --- Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Makefile b/Makefile index bc87f6c..92e0394 100644 --- a/Makefile +++ b/Makefile @@ -368,12 +368,12 @@ persist: | partitions/persist.img partitions/persist.img: make -C partitions $(notdir $@) -usb emu: initrd rootfs +usb emu efi: initrd rootfs key keymu emu-key: initrd cleanmu: rootfs-clean total-destroy emu mu: up cleanmu -usb emu key keymu emu-key total-destroy: +usb emu key keymu emu-key total-destroy efi: make -C partitions clean $@ testinitrdkey: keymu -- cgit v1.2.3