Преглед на файлове

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) \