Skip to content

Commit

Permalink
Update Makefile
Browse files Browse the repository at this point in the history
  • Loading branch information
woojoong88 authored Jun 28, 2024
1 parent c1b6520 commit fff9a0e
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 @@ -14,7 +14,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)
GOPRIVATE="github.com/onosproject/*" go build -o build/_output/onos-rsm ./cmd/onos-rsm
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 fff9a0e

Please sign in to comment.