There was an error while loading. Please reload this page.
1 parent fa448d6 commit 0a3d702Copy full SHA for 0a3d702
1 file changed
Makefile
@@ -95,11 +95,11 @@ build-csgclaw-cli-for-picoclaw:
95
96
build-all: build-csgclaw build-csgclaw-cli
97
98
-run: sync-agent-runtimes
99
- env GOCACHE=$(GOCACHE) $(GO) run -ldflags "$(LDFLAGS)" ./cmd/csgclaw serve
+run: build-csgclaw
+ $(BIN) serve
100
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
+run-with-boxlite-sdk: build-with-boxlite-sdk
103
104
onboard: sync-agent-runtimes
105
env GOCACHE=$(GOCACHE) $(GO) run -ldflags "$(LDFLAGS)" ./cmd/csgclaw onboard \
0 commit comments