Skip to content
Browse files

changed install to build

  • Loading branch information...
1 parent 659e04a commit ee9345b9bafe370e85ac1ce35c97d761c717ae54 @ethernetdan ethernetdan committed
Showing with 1 addition and 1 deletion.
  1. +1 −1 Makefile
View
2 Makefile
@@ -49,7 +49,7 @@ validate: lint checkgofmt vet
.PHONY: build
build:
- $(GO) install $(GOBUILD_FLAGS) $(GOBUILD_LDFLAGS) $(EXEC_PKG)
+ $(GO) build $(GOBUILD_FLAGS) $(GOBUILD_LDFLAGS) $(EXEC_PKG)
build/spread-linux-static:
GOOS=linux $(GO) build -o $@ $(GOBUILD_FLAGS) $(STATIC_LDFLAGS) $(EXEC_PKG)

0 comments on commit ee9345b

Please sign in to comment.
Something went wrong with that request. Please try again.