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

Commit

Permalink
Makefile fix
Browse files Browse the repository at this point in the history
  • Loading branch information
nickname76 committed Aug 31, 2020
1 parent 4f54d44 commit 0aaf5cb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cmd/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ define build-and-zip-all-targets
$(call build,$(1),windows,amd64,$(BUILDS_DIRECTORY)/$(BINARY_NAME)-$(1).exe)
cd $(BUILDS_DIRECTORY); zip "./$(BINARY_NAME)-$(1)_windows_amd64.zip" "./$(BINARY_NAME)-$(1).exe"

-rm $(2)/$(BINARY_NAME)-$(1).exe
-rm $(BUILDS_DIRECTORY)/$(BINARY_NAME)-$(1).exe
endef

all:
Expand Down

0 comments on commit 0aaf5cb

Please sign in to comment.