From aaffc9cf1fba879281105779776cd4b5d0bbf448 Mon Sep 17 00:00:00 2001 From: Woojoong Kim Date: Fri, 28 Jun 2024 10:35:35 -0700 Subject: [PATCH] update all Makefile target Signed-off-by: Woojoong Kim --- Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Makefile b/Makefile index 3ad5e24..1b278b8 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) build: @@ -64,4 +64,4 @@ help: | awk ' \ BEGIN {FS = ": *# *@HELP"}; \ {printf "\033[36m%-30s\033[0m %s\n", $$1, $$2}; \ - ' \ No newline at end of file + '