Skip to content

Commit

Permalink
add EXECUTABLE
Browse files Browse the repository at this point in the history
Signed-off-by: Bo-Yi Wu <appleboy.tw@gmail.com>
  • Loading branch information
appleboy committed Dec 12, 2016
1 parent e04f787 commit d0f8731
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ DEPLOY_ACCOUNT := "appleboy"
export PROJECT_PATH = /go/src/github.com/appleboy/go-hello

DIST := dist
EXECUTABLE := gorush
EXECUTABLE := go-hello

TARGETS ?= linux darwin windows
PACKAGES ?= $(shell go list ./... | grep -v /vendor/)
Expand Down

0 comments on commit d0f8731

Please sign in to comment.