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