There was an error while loading. Please reload this page.
1 parent 3e3e796 commit f199c27Copy full SHA for f199c27
Makefile
@@ -53,6 +53,8 @@ $(BUILD_DIR)/$(PROJECT)-%-$(GOARCH): $(GO_FILES) $(BUILD_DIR)
53
$(BUILD_DIR):
54
mkdir -p $(BUILD_DIR)
55
56
+.PRECIOUS: $(foreach platform, $(SUPPORTED_PLATFORMS), $(BUILD_DIR)/$(PROJECT)-$(platform))
57
+
58
.PHONY: cross
59
cross: $(foreach platform, $(SUPPORTED_PLATFORMS), $(BUILD_DIR)/$(PROJECT)-$(platform).sha256)
60
0 commit comments