Skip to content
This repository was archived by the owner on Jul 28, 2021. It is now read-only.

Commit 0aaf5cb

Browse files
committed
Makefile fix
1 parent 4f54d44 commit 0aaf5cb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

cmd/Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ define build-and-zip-all-targets
5353
$(call build,$(1),windows,amd64,$(BUILDS_DIRECTORY)/$(BINARY_NAME)-$(1).exe)
5454
cd $(BUILDS_DIRECTORY); zip "./$(BINARY_NAME)-$(1)_windows_amd64.zip" "./$(BINARY_NAME)-$(1).exe"
5555

56-
-rm $(2)/$(BINARY_NAME)-$(1).exe
56+
-rm $(BUILDS_DIRECTORY)/$(BINARY_NAME)-$(1).exe
5757
endef
5858

5959
all:

0 commit comments

Comments
 (0)