Skip to content

Commit

Permalink
Update Makefile
Browse files Browse the repository at this point in the history
  • Loading branch information
yhm1620 authored Jun 30, 2024
1 parent a0ee9d5 commit a38aead
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ local-deps: local-helmit local-onos-api local-onos-lib-go local-onos-ric-sdk-go

build: # @HELP build the Go binaries and run all validations (default)
build: mod-update local-deps
go build -mod=vendor -o build/_output/${TARGET} ./cmd/${TARGET}
go build -mod=vendor -o build/_output/${TARGET} ./cmd/${TARGET}

test: # @HELP run the unit tests and source code validation producing a golang style report
test: mod-lint build linters license
Expand Down

0 comments on commit a38aead

Please sign in to comment.