summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndrew Cady <d@jerkface.net>2023-06-17 19:40:07 -0400
committerAndrew Cady <d@jerkface.net>2023-06-17 19:40:07 -0400
commita29a380966829858f33a31972983cffb1503d249 (patch)
tree36b2bb79613d212d60e7d70f3031c180e17ab062
parent5c687e27e440ca814add4b2dfcfb881f60a7f32e (diff)
"make efi" target
-rw-r--r--Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/Makefile b/Makefile
index b578041..7c9f5a4 100644
--- a/Makefile
+++ b/Makefile
@@ -362,12 +362,12 @@ persist: | partitions/persist.img
362partitions/persist.img: 362partitions/persist.img:
363 make -C partitions $(notdir $@) 363 make -C partitions $(notdir $@)
364 364
365usb emu: initrd rootfs 365usb emu efi: initrd rootfs
366key keymu emu-key: initrd 366key keymu emu-key: initrd
367cleanmu: rootfs-clean total-destroy emu 367cleanmu: rootfs-clean total-destroy emu
368mu: up cleanmu 368mu: up cleanmu
369 369
370usb emu key keymu emu-key total-destroy: 370usb emu key keymu emu-key total-destroy efi:
371 make -C partitions clean $@ 371 make -C partitions clean $@
372 372
373testinitrdkey: keymu 373testinitrdkey: keymu