summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndrew Cady <d@cryptonomic.net>2022-01-10 23:19:10 -0500
committerAndrew Cady <d@cryptonomic.net>2022-01-10 23:19:10 -0500
commit6d4e3c17ec98b263543b373d8c91bf67b724d1df (patch)
tree9986b5025b2a34426882ef4a68cdd86e717b65ff
parentaef91306e38b72a9704c056e4c951c04b8843ca9 (diff)
add target: make mu
-rw-r--r--Makefile3
1 files changed, 1 insertions, 2 deletions
diff --git a/Makefile b/Makefile
index 3445d1f..7512190 100644
--- a/Makefile
+++ b/Makefile
@@ -357,8 +357,6 @@ upgrade: install-submodules install initrd
357 357
358upgrade-key: upgrade key 358upgrade-key: upgrade key
359 359
360up: update upgrade
361
362.PHONY: usb key emu testinitrdkey testinitrd total-destroy persist 360.PHONY: usb key emu testinitrdkey testinitrd total-destroy persist
363 361
364persist: | partitions/persist.img 362persist: | partitions/persist.img
@@ -368,6 +366,7 @@ partitions/persist.img:
368usb emu: initrd rootfs 366usb emu: initrd rootfs
369key keymu emu-key: initrd 367key keymu emu-key: initrd
370cleanmu: rootfs-clean total-destroy emu 368cleanmu: rootfs-clean total-destroy emu
369mu: up cleanmu
371 370
372usb emu key keymu emu-key total-destroy: 371usb emu key keymu emu-key total-destroy:
373 make -C partitions clean $@ 372 make -C partitions clean $@