Skip to content

Commit

Permalink
makefile: remove call to tools (tendermint#6104)
Browse files Browse the repository at this point in the history
  • Loading branch information
tessr authored Feb 11, 2021
1 parent 5efbbab commit 6bac9d9
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 @@ -222,7 +222,7 @@ build-docker: build-linux
###############################################################################

# Build linux binary on other platforms
build-linux: tools
build-linux:
GOOS=linux GOARCH=amd64 $(MAKE) build
.PHONY: build-linux

Expand Down

0 comments on commit 6bac9d9

Please sign in to comment.