summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndrew Cady <d@cryptonomic.net>2021-03-02 14:04:40 -0500
committerAndrew Cady <d@cryptonomic.net>2021-03-02 14:04:40 -0500
commitda567fb5936843d59923a910e8bff772973ce67e (patch)
tree79bbce50099e359d8ab01b074eab9a76582142e8
parent85ca749a434fe173a96f117bc837e7fd1e6c9e16 (diff)
fixup! emu support for persist.img
-rw-r--r--partitions/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/partitions/Makefile b/partitions/Makefile
index 08b31b1..d8db017 100644
--- a/partitions/Makefile
+++ b/partitions/Makefile
@@ -36,7 +36,7 @@ emu-key keymu: key.img
36key: key.img 36key: key.img
37 usb=$$(usb) && \ 37 usb=$$(usb) && \
38 sudo dd status=progress bs=1048576 if="$<" of="$$usb" && \ 38 sudo dd status=progress bs=1048576 if="$<" of="$$usb" && \
39 sudo "$(call emu,"$$usb")" 39 sudo $(call emu,"$$usb")
40 40
41clean: 41clean:
42 rm -rf _build whole.img key.img 42 rm -rf _build whole.img key.img