Skip to content
This repository was archived by the owner on Mar 27, 2024. It is now read-only.

Commit f199c27

Browse files
authored
Make the intermediate release targets .PRECIOUS. (#141)
1 parent 3e3e796 commit f199c27

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

Makefile

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -53,6 +53,8 @@ $(BUILD_DIR)/$(PROJECT)-%-$(GOARCH): $(GO_FILES) $(BUILD_DIR)
5353
$(BUILD_DIR):
5454
mkdir -p $(BUILD_DIR)
5555

56+
.PRECIOUS: $(foreach platform, $(SUPPORTED_PLATFORMS), $(BUILD_DIR)/$(PROJECT)-$(platform))
57+
5658
.PHONY: cross
5759
cross: $(foreach platform, $(SUPPORTED_PLATFORMS), $(BUILD_DIR)/$(PROJECT)-$(platform).sha256)
5860

0 commit comments

Comments
 (0)