Skip to content

Commit

Permalink
update executable name
Browse files Browse the repository at this point in the history
  • Loading branch information
rShetty committed Feb 4, 2019
1 parent 44887d2 commit 8fc93d5
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 @@ -4,7 +4,7 @@ all: build fmt vet lint test
default: build fmt vet lint test

ALL_PACKAGES=$(shell go list ./... | grep -v "vendor")
APP_EXECUTABLE="out/weaver"
APP_EXECUTABLE="out/weaver-server"
COMMIT_HASH=$(shell git rev-parse --verify head | cut -c-1-8)
BUILD_DATE=$(shell date +%Y-%m-%dT%H:%M:%S%z)

Expand Down

0 comments on commit 8fc93d5

Please sign in to comment.