clean deletes prefix

This commit is contained in:
Jeremy Soller 2025-04-26 15:47:02 -06:00
parent c2bf1bd6c3
commit 84b8def5a7
No known key found for this signature in database
GPG Key ID: 670FDFB5428E05CA

View File

@ -40,7 +40,7 @@ else
endif
-$(FUMOUNT) $(BUILD)/filesystem/ || true
-$(FUMOUNT) /tmp/redox_installer/ || true
rm -rf $(BUILD)
rm -rf $(BUILD) $(PREFIX)
distclean: $(CONTAINER_TAG)
ifeq ($(PODMAN_BUILD),1)