Don't run fetch if rebuildinga

This commit is contained in:
Ron Williams 2024-08-05 11:46:18 -07:00
parent 36eb0faa86
commit c0ccfc1572
2 changed files with 4 additions and 3 deletions

View file

@ -25,7 +25,7 @@ image:
rebuild:
-$(FUMOUNT) $(BUILD)/filesystem/ || true
-$(FUMOUNT) /tmp/redox_installer/ || true
rm -rf $(BUILD)
rm -rf $(BUILD)/repo.tag $(BUILD)/harddrive.img $(BUILD)/livedisk.iso
$(MAKE) all
clean: $(CONTAINER_TAG)