summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile4
1 files changed, 4 insertions, 0 deletions
diff --git a/Makefile b/Makefile
index 68a7de1..6b670a3 100644
--- a/Makefile
+++ b/Makefile
@@ -167,6 +167,10 @@ FORCE:
167$(btrfs_images): FORCE 167$(btrfs_images): FORCE
168 $(MAKE) -C rootfs $(notdir $@) 168 $(MAKE) -C rootfs $(notdir $@)
169 169
170.PHONY: usb
171usb: rootfs
172 USB=$$(./src/usb.sh) && sudo ROOTFS=rootfs/$(rootfs) ./src/parted-usb.sh $$USB
173
170boot: rootfs 174boot: rootfs
171 sudo ./src/mkinitramfs-samizdat 175 sudo ./src/mkinitramfs-samizdat
172 sudo ROOTFS=rootfs/$(rootfs) ./src/parted-usb.sh 176 sudo ROOTFS=rootfs/$(rootfs) ./src/parted-usb.sh