Skip to content

Commit

Permalink
joint compilation with skycoin (#1901)
Browse files Browse the repository at this point in the history
* add joint compilation of skywire with skycoin in cmd/skycoin-skywire

* update skywire-services dep ; update Makefile

* go mod tidy ; go mod vendor ; make format check
  • Loading branch information
0pcom authored Nov 5, 2024
1 parent c788c79 commit 936690b
Show file tree
Hide file tree
Showing 1,188 changed files with 154,989 additions and 119,598 deletions.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -139,7 +139,7 @@ print-run-source: ## Print the command used to go run from source
@echo "${OPTS} go run ${BUILD_OPTS} ./cmd/skywire/skywire.go cli config gen -n | sudo ${OPTS} go run ${BUILD_OPTS} ./cmd/skywire/skywire.go visor -n || true"

build-merged: ## Install dependencies, build apps and binaries. `go build` with ${OPTS}
${OPTS} go build ${BUILD_OPTS} -o $(BUILD_PATH)skywire ./cmd/skywire
${OPTS} go build ${BUILD_OPTS} -o $(BUILD_PATH)skywire ./cmd/skycoin-skywire

build-merged-windows: clean-windows
powershell '${OPTS} go build ${BUILD_OPTS} -o $(BUILD_PATH)skywire.exe ./cmd/skywire'
Expand Down
Loading

0 comments on commit 936690b

Please sign in to comment.