Browse Source

makefile: remove call to tools (#6104)

pull/6110/head v0.34.4
Tess Rinearson 3 years ago
committed by GitHub
parent
commit
6bac9d9f43
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      Makefile

+ 1
- 1
Makefile View File

@ -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


Loading…
Cancel
Save