summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'Makefile')
-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