summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorAndrew Cady <d@cryptonomic.net>2020-10-30 17:20:09 -0400
committerAndrew Cady <d@cryptonomic.net>2020-10-30 17:20:09 -0400
commit353412f8c908138f81ec64a191a965845cbd8f01 (patch)
treeb8f4fd8173dfce044182d2fc433d8b9ae2c3a099 /Makefile
parent0499fe97848dccd9d98fa436b5f7fb8ae39d4a92 (diff)
ui improvement
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile4
1 files changed, 3 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 633dc1e..453b315 100644
--- a/Makefile
+++ b/Makefile
@@ -167,9 +167,11 @@ FORCE:
167$(btrfs_images): FORCE 167$(btrfs_images): FORCE
168 $(MAKE) -C rootfs $(notdir $@) 168 $(MAKE) -C rootfs $(notdir $@)
169 169
170.PHONY: usb 170.PHONY: usb key
171usb: rootfs 171usb: rootfs
172 sudo ROOTFS=rootfs/$(rootfs) ./src/parted-usb.sh USB 172 sudo ROOTFS=rootfs/$(rootfs) ./src/parted-usb.sh USB
173key:
174 sudo ROOTFS= ./src/parted-usb.sh USB
173 175
174boot: rootfs 176boot: rootfs
175 sudo ./src/mkinitramfs-samizdat 177 sudo ./src/mkinitramfs-samizdat