Skip to content

Commit

Permalink
Update Makefile
Browse files Browse the repository at this point in the history
Signed-off-by: Jim Zhang <jim.zhang@kaleido.io>
  • Loading branch information
jimthematrix committed Jul 16, 2021
1 parent e3947e8 commit 3762cdc
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ clean-ethbinding: force
rm ethbinding.so
reset-ethbinding: clean-ethbinding ethbinding.so ;
delv-ethbinding: force
# if using delv or vscode to debug, use "make vscode-ethbinding", otherwise you will get error:
# if using delv or vscode to debug, use "make delv-ethbinding", otherwise you will get error:
# "plugin was built with a different version of package runtime/internal/sys"
go build -buildmode=plugin -gcflags='all=-N -l' github.com/kaleido-io/ethbinding
coverage.txt: $(GOFILES)
Expand Down Expand Up @@ -45,4 +45,3 @@ build-mac:
GOOS=darwin GOARCH=amd64 $(VGO) build -o $(BINARY_MAC) -v
build-win:
GOOS=windows GOARCH=amd64 $(VGO) build -o $(BINARY_WIN) -v

0 comments on commit 3762cdc

Please sign in to comment.