Skip to content

Commit

Permalink
Force rebuild live target like an image target
Browse files Browse the repository at this point in the history
  • Loading branch information
uuuvn committed Jun 8, 2023
1 parent 58243cb commit d8f24a0
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,11 @@ include mk/depends.mk

all: $(BUILD)/harddrive.img

live: $(BUILD)/livedisk.iso
live:
-$(FUMOUNT) $(BUILD)/filesystem/ || true
-$(FUMOUNT) /tmp/redox_installer/ || true
rm -f $(BUILD)/livedisk.iso
$(MAKE) $(BUILD)/livedisk.iso

popsicle: $(BUILD)/livedisk.iso
popsicle-gtk $(BUILD)/livedisk.iso
Expand Down

0 comments on commit d8f24a0

Please sign in to comment.