From a38aead1a4cfaf1656403a8876423114a7f9dd5a Mon Sep 17 00:00:00 2001 From: yhm1620 <37898156+yhm1620@users.noreply.github.com> Date: Sun, 30 Jun 2024 20:04:35 +0900 Subject: [PATCH] Update Makefile --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index ad407894..5172138a 100644 --- a/Makefile +++ b/Makefile @@ -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