summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndrew Cady <d@jerkface.net>2023-06-17 19:40:07 -0400
committeru <u@billy>2023-11-17 08:44:10 -0500
commit718173a4cff25e07371967dcc47fa40ad3d595d2 (patch)
tree1c39a2d64e2b4cbf69390d844802ff72d888d594
parent7014cade97b575cca5321e317226efd97baf7056 (diff)
"make efi" target
-rw-r--r--Makefile4
1 files 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
368partitions/persist.img: 368partitions/persist.img:
369 make -C partitions $(notdir $@) 369 make -C partitions $(notdir $@)
370 370
371usb emu: initrd rootfs 371usb emu efi: initrd rootfs
372key keymu emu-key: initrd 372key keymu emu-key: initrd
373cleanmu: rootfs-clean total-destroy emu 373cleanmu: rootfs-clean total-destroy emu
374mu: up cleanmu 374mu: up cleanmu
375 375
376usb emu key keymu emu-key total-destroy: 376usb emu key keymu emu-key total-destroy efi:
377 make -C partitions clean $@ 377 make -C partitions clean $@
378 378
379testinitrdkey: keymu 379testinitrdkey: keymu