浏览代码

Makefile: Update comment

Tom Denham 8 年之前
父节点
当前提交
d9d2ba5d1a
共有 1 个文件被更改,包括 1 次插入1 次删除
  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) \