Skip to content

Commit

Permalink
Update Makefile
Browse files Browse the repository at this point in the history
  • Loading branch information
Snider authored Mar 27, 2024
1 parent 5da1065 commit 8d5c87e
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -68,13 +68,13 @@ static-release-testnet: ## Build testnet release static binaries
ci-package-linux:
@rm -fr lethean && mkdir -p lethean
@cp -r build/release/src/letheand lethean/letheand
@cp -r build/release/src/lethean-cli-wallet lethean/lethean-cli-wallet
@cp -r build/release/src/lethean-wallet lethean/lethean-wallet
@chmod +x lethean/lethean*

ci-package-windows:
@rm -fr lethean && mkdir -p lethean
@cp -r build\\release\\src\\letheand.exe lethean\\letheand.exe
@cp -r build\\release\\src\\lethean-cli-wallet.exe lethean\\lethean-cli-wallet.exe
@cp -r build\\release\\src\\lethean-wallet.exe lethean\\lethean-wallet.exe

ci-windows-amd64-release: static-release ci-package-windows ## Build lethean-windows-amd64-cli.tar.bz2
@tar -cjvf lethean-windows-amd64-cli.tar.bz2 lethean/
Expand All @@ -94,7 +94,7 @@ ci-linux-amd64-testnet: ## Build testnet-lethean-linux-amd64-cli.tar.bz2
(cd build/release && cmake --build .)
@rm -fr lethean && mkdir -p lethean
@cp -r build/release/src/letheand lethean/letheand
@cp -r build/release/src/lethean-cli-wallet lethean/lethean-cli-wallet
@cp -r build/release/src/lethean-wallet lethean/lethean-wallet
@chmod +x lethean/lethean*
@tar -cjvf testnet-lethean-linux-amd64-cli.tar.bz2 lethean/

Expand All @@ -106,7 +106,7 @@ ci-windows-amd64-testnet: ## Build testnet-lethean-windows-amd64-cli.tar.bz2
(cd build/release && cmake --build .)
@rm -fr lethean && mkdir -p lethean
@cp -r build/release/src/letheand lethean/letheand
@cp -r build/release/src/lethean-cli-wallet lethean/lethean-cli-wallet
@cp -r build/release/src/lethean-wallet lethean/lethean-wallet
@chmod +x lethean/lethean*
@tar -cjvf testnet-lethean-windows-amd64-cli.tar.bz2 lethean/

Expand Down Expand Up @@ -147,4 +147,4 @@ help: ## Show this help

.PHONY: all release debug static static-release gui gui-release gui-static gui-release-static gui-debug test test-release test-debug clean tags macos-gui ci-testnet ci-release
.PHONY: ci-package-linux ci-linux-amd64-release ci-macos-amd64-release ci-macos-arm64-release ci-linux-amd64-testnet ci-macos-amd64-testnet ci-macos-arm64-testnet
.PHONY: ci-package-windows ci-windows-amd64-release ci-windows-amd64-testnet
.PHONY: ci-package-windows ci-windows-amd64-release ci-windows-amd64-testnet

0 comments on commit 8d5c87e

Please sign in to comment.