summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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