Skip to content

Commit 0a3d702

Browse files
authored
chore: update make run to use built binary (#23)
1 parent fa448d6 commit 0a3d702

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

Makefile

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -95,11 +95,11 @@ build-csgclaw-cli-for-picoclaw:
9595

9696
build-all: build-csgclaw build-csgclaw-cli
9797

98-
run: sync-agent-runtimes
99-
env GOCACHE=$(GOCACHE) $(GO) run -ldflags "$(LDFLAGS)" ./cmd/csgclaw serve
98+
run: build-csgclaw
99+
$(BIN) serve
100100

101-
run-with-boxlite-sdk: boxlite-setup sync-agent-runtimes
102-
env GOCACHE=$(GOCACHE) $(GO) run -tags $(BOXLITE_SDK_TAG) -ldflags "$(LDFLAGS)" ./cmd/csgclaw serve
101+
run-with-boxlite-sdk: build-with-boxlite-sdk
102+
$(BIN) serve
103103

104104
onboard: sync-agent-runtimes
105105
env GOCACHE=$(GOCACHE) $(GO) run -ldflags "$(LDFLAGS)" ./cmd/csgclaw onboard \

0 commit comments

Comments
 (0)