summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
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