Skip to content

Commit

Permalink
remove build vendor
Browse files Browse the repository at this point in the history
  • Loading branch information
warrensbox committed May 22, 2018
1 parent 566f09c commit a6882d6
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 @@ -6,7 +6,7 @@ GOOS ?= $(shell go env GOOS)
GOARCH ?= $(shell go env GOARCH)

$(EXE): Gopkg.lock *.go lib/*.go
go build -v -o $@ $(PKG)
go build -v -o $@ $(go list ./... | grep -v /vendor/github.com/manifoldco)

Gopkg.lock: Gopkg.toml
dep ensure
Expand Down

0 comments on commit a6882d6

Please sign in to comment.