From 4f2f0b496e3f93da0b70459342361c967f951420 Mon Sep 17 00:00:00 2001 From: Woojoong Kim Date: Fri, 28 Jun 2024 13:31:01 -0700 Subject: [PATCH] Update Makefile (#104) * Update Makefile * recheck Signed-off-by: Woojoong Kim --------- Signed-off-by: Woojoong Kim --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 1cc924d..c2821ce 100644 --- a/Makefile +++ b/Makefile @@ -13,7 +13,7 @@ BUF_VERSION := 0.27.1 GOLANG_CI_VERSION := v1.52.2 -all: build images +all: build docker-build build: # @HELP build the Go binaries and run all validations (default) go build -o build/_output/onos-mho ./cmd/onos-mho