Skip to content

Commit

Permalink
update all Makefile target
Browse files Browse the repository at this point in the history
Signed-off-by: Woojoong Kim <[email protected]>
  • Loading branch information
woojoong88 committed Jun 28, 2024
1 parent 2c4ceb2 commit aaffc9c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down Expand Up @@ -64,4 +64,4 @@ help:
| awk ' \
BEGIN {FS = ": *# *@HELP"}; \
{printf "\033[36m%-30s\033[0m %s\n", $$1, $$2}; \
'
'

0 comments on commit aaffc9c

Please sign in to comment.