From 218ca1a534ac0d04668e3b0a11bf7e54da9af38a Mon Sep 17 00:00:00 2001 From: Jeremy Soller Date: Mon, 3 Apr 2023 12:39:43 -0600 Subject: [PATCH] Add makefile target to run popsicle with the live ISO --- Makefile | 3 +++ 1 file changed, 3 insertions(+) diff --git a/Makefile b/Makefile index e101cc3..bc776fd 100644 --- a/Makefile +++ b/Makefile @@ -8,6 +8,9 @@ all: $(BUILD)/harddrive.img live: $(BUILD)/livedisk.iso +popsicle: $(BUILD)/livedisk.iso + popsicle-gtk $(BUILD)/livedisk.iso + image: -$(FUMOUNT) $(BUILD)/filesystem/ || true -$(FUMOUNT) /tmp/redox_installer/ || true