Skip to content

Commit

Permalink
Update Makefile
Browse files Browse the repository at this point in the history
  • Loading branch information
b00f committed Dec 20, 2019
1 parent 0ca748c commit fc05cb5
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -12,12 +12,12 @@ deps:

build:
go build $(LDFLAGS) $(TAGS) -mod vendor -o ./build/mxwd ./cmd/mxwd
#go build $(LDFLAGS) $(TAGS) -mod vendor -o ./build/mxwcli ./cmd/mxwcli
go build $(LDFLAGS) $(TAGS) -mod vendor -o ./build/mxwcli ./cmd/mxwcli


install:
go install $(LDFLAGS) $(TAGS) -mod vendor ./cmd/mxwd
#go install $(LDFLAGS) $(TAGS) -mod vendor ./cmd/mxwcli
go install $(LDFLAGS) $(TAGS) -mod vendor ./cmd/mxwcli

test:
go test $(PACKAGES)
Expand Down
2 changes: 1 addition & 1 deletion go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ require (
github.com/mattn/go-colorable v0.1.2 // indirect
github.com/mattn/go-runewidth v0.0.4 // indirect
github.com/nicksnyder/go-i18n v0.0.0-20190519163303-3c6ee9071cf0 // indirect
github.com/otiai10/copy v1.0.1 // indirect
github.com/otiai10/copy v1.0.1
github.com/pkg/errors v0.8.1
github.com/prometheus/common v0.6.0 // indirect
github.com/rcrowley/go-metrics v0.0.0-20181016184325-3113b8401b8a // indirect
Expand Down

0 comments on commit fc05cb5

Please sign in to comment.