Skip to content

Commit

Permalink
Update Makefile (#74)
Browse files Browse the repository at this point in the history
* Update Makefile

* recheck

Signed-off-by: Woojoong Kim <[email protected]>

---------

Signed-off-by: Woojoong Kim <[email protected]>
  • Loading branch information
woojoong88 authored Jun 28, 2024
1 parent 08deda1 commit 5d5914d
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 @@ -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:
Expand Down Expand Up @@ -63,4 +63,4 @@ help:
| awk ' \
BEGIN {FS = ": *# *@HELP"}; \
{printf "\033[36m%-30s\033[0m %s\n", $$1, $$2}; \
'
'

0 comments on commit 5d5914d

Please sign in to comment.