Skip to content

Commit 9bbcc0d

Browse files
committed
Makefile: artifacts: call clean before artifact
Signed-off-by: Akihiro Suda <[email protected]>
1 parent 06ffdb0 commit 9bbcc0d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -581,7 +581,7 @@ artifact-%-arm64 artifact-%-aarch64 artifact-arm64 artifact-aarch64: GOARCH = ar
581581

582582
# build cross arch binaries.
583583
artifact-%: $$(call generate_manpages_if_needed)
584-
make artifact GOOS=$(GOOS) GOARCH=$(GOARCH)
584+
make clean artifact GOOS=$(GOOS) GOARCH=$(GOARCH)
585585

586586
.PHONY: artifacts-misc
587587
artifacts-misc: | _artifacts

0 commit comments

Comments
 (0)