Skip to content

Commit

Permalink
Add release target back to Makefile
Browse files Browse the repository at this point in the history
  • Loading branch information
lox committed Sep 3, 2015
1 parent 43f313c commit e0fdb51
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,6 @@ ifeq "$(OS)" "Darwin"
codesign -s $(CERT) $(GOBIN)/aws-vault
endif

# release: sign
# cp $(BIN) $(BIN)-$(OS)-$(ARCH)
# @echo Upload $(BIN)-$(OS)-$(ARCH) as $(VERSION)
release: build
cp aws-vault aws-vault-$(OS)-$(ARCH)
@echo Upload aws-vault-$(OS)-$(ARCH) as $(VERSION)

0 comments on commit e0fdb51

Please sign in to comment.