Correct prompt in makefile

Signed-off-by: duanmeng <duanmeng_yewu@cmss.chinamobile.com>
This commit is contained in:
duanmeng 2022-05-19 16:02:41 +08:00
parent 97fc9d5bca
commit 2d17a6e240
1 changed files with 3 additions and 3 deletions

View File

@ -60,9 +60,9 @@ $(CMD_TARGET): $(SOURCES)
# OUTPUT_TYPE: Destination to save image(docker/registry).
#
# Example:
# make image
# make image-aggregated-apiserver
# make image-aggregated-apiserver GOARCH=arm64
# make images
# make image-karmada-aggregated-apiserver
# make image-karmada-aggregated-apiserver GOARCH=arm64
IMAGE_TARGET=$(addprefix image-, $(TARGETS))
.PHONY: $(IMAGE_TARGET)
$(IMAGE_TARGET):