summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndrew Cady <d@cryptonomic.net>2022-01-10 23:19:10 -0500
committeru <u@billy>2023-11-17 08:44:10 -0500
commit2e5187a6b402f7e7ac95d2378bad716c2c613b02 (patch)
treed3ca77f2df5c57f961b251549a03eb643d63cedf
parent95d8bcf729dedaf215c5d76b1b9fe45f13d92bae (diff)
add target: make mu
-rw-r--r--Makefile3
1 files changed, 1 insertions, 2 deletions
diff --git a/Makefile b/Makefile
index 5168726..c87806d 100644
--- a/Makefile
+++ b/Makefile
@@ -363,8 +363,6 @@ upgrade: install-submodules install initrd
363 363
364upgrade-key: upgrade key 364upgrade-key: upgrade key
365 365
366up: update upgrade
367
368.PHONY: usb key emu testinitrdkey testinitrd total-destroy persist 366.PHONY: usb key emu testinitrdkey testinitrd total-destroy persist
369 367
370persist: | partitions/persist.img 368persist: | partitions/persist.img
@@ -374,6 +372,7 @@ partitions/persist.img:
374usb emu: initrd rootfs 372usb emu: initrd rootfs
375key keymu emu-key: initrd 373key keymu emu-key: initrd
376cleanmu: rootfs-clean total-destroy emu 374cleanmu: rootfs-clean total-destroy emu
375mu: up cleanmu
377 376
378usb emu key keymu emu-key total-destroy: 377usb emu key keymu emu-key total-destroy:
379 make -C partitions clean $@ 378 make -C partitions clean $@