Fix merging

This commit is contained in:
Wildan M 2025-06-26 05:24:02 +07:00
parent e52a5bebec
commit 702ace563e

View File

@ -16,7 +16,7 @@ else
mv $@.partial $@
endif
$(BUILD)/livedisk.iso: $(HOST_FSTOOLS) $(REPO_TAG) redox.ipxe
$(BUILD)/redox-live.iso: $(HOST_FSTOOLS) $(REPO_TAG) redox.ipxe
ifeq ($(PODMAN_BUILD),1)
$(PODMAN_RUN) make $@
else