From 7a5f63c4818bdaa9589ebb0564af8c4edb4dcdc3 Mon Sep 17 00:00:00 2001 From: Andrew Cady Date: Tue, 23 Feb 2021 20:55:34 -0500 Subject: new targets: "make emu" "make upgrade" --- partitions/Makefile | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) (limited to 'partitions') diff --git a/partitions/Makefile b/partitions/Makefile index da25615..cf8ac28 100644 --- a/partitions/Makefile +++ b/partitions/Makefile @@ -6,9 +6,12 @@ all: whole.img whole.img: partvi -.PHONY: usb +.PHONY: usb emu usb: whole.img - usb=$$(usb) && dd status=progress if=$< of="$$usb" + usb=$$(usb) && dd status=progress if="$<" of="$$usb" + +emu: whole.img + qemu-system-x86_64 -m 800 -enable-kvm -boot c "$<" clean: rm -rf _build whole.img -- cgit v1.2.3