From 5d5914d662a77bfc270672ba90f1e4c3326ffb2c Mon Sep 17 00:00:00 2001 From: Woojoong Kim Date: Fri, 28 Jun 2024 13:31:40 -0700 Subject: [PATCH] Update Makefile (#74) * Update Makefile * recheck Signed-off-by: Woojoong Kim --------- Signed-off-by: Woojoong Kim --- Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Makefile b/Makefile index dfa39a9..0c788fc 100644 --- a/Makefile +++ b/Makefile @@ -12,7 +12,7 @@ ONOS_BUILD_VERSION := v0.6.6 ONOS_PROTOC_VERSION := v0.6.6 BUF_VERSION := 0.27.1 -all: build images +all: build docker-build build: # @HELP build the Go binaries and run all validations (default) build: @@ -63,4 +63,4 @@ help: | awk ' \ BEGIN {FS = ": *# *@HELP"}; \ {printf "\033[36m%-30s\033[0m %s\n", $$1, $$2}; \ - ' \ No newline at end of file + '