Ver Fonte

Makefile: Update comment

Tom Denham há 8 anos atrás
pai
commit
d9d2ba5d1a
1 ficheiros alterados com 1 adições e 1 exclusões
  1. 1 1
      Makefile

+ 1 - 1
Makefile

@@ -96,7 +96,7 @@ endif
 
 ## Build an architecture specific flanneld binary
 dist/flanneld-$(ARCH):
-	# Build for other platforms with ARCH=$$ARCH make build
+	# Build for other platforms with 'ARCH=$$ARCH make dist/flanneld-$$ARCH'
 	# valid values for $$ARCH are [amd64 arm arm64 ppc64le]
 	docker run -e CC=$(CC) -e GOARM=$(GOARM) -e GOARCH=$(ARCH) \
 		-u $(shell id -u):$(shell id -g) \