Skip to content

Commit

Permalink
Add -i -v to build
Browse files Browse the repository at this point in the history
  • Loading branch information
barnybug committed Apr 3, 2016
1 parent 02384fa commit 3dad079
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 @@ -14,7 +14,7 @@ test:
go test . ./api/... ./cmd/... ./controllers/... ./discovery/... ./events/... ./log/... ./net/...

build:
go build $(exe)
go build -i -v $(exe)

install:
go install $(exe)
Expand Down

0 comments on commit 3dad079

Please # to comment.