From e2c13d027715d1f0d2274b55ba9f2fcdd20272b9 Mon Sep 17 00:00:00 2001 From: Alva Swanson Date: Tue, 12 Sep 2023 15:40:50 +0200 Subject: [PATCH] Revert "Makefile: Don't build twice" This reverts commit 13d37b6c86389b601b67a7a8a3a24086b2b51e53. --- Makefile | 11 ++++++++++- 1 file changed, 10 insertions(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 3bb4a6cb8c..c51f7306c9 100644 --- a/Makefile +++ b/Makefile @@ -100,7 +100,7 @@ # Set up everything necessary for deploying your localnet. This is the # default target. -setup: .localnet +setup: build .localnet clean: clean-build clean-localnet @@ -110,6 +110,15 @@ clean-build: clean-localnet: rm -rf .localnet ./dao-setup +# Build Bisq binaries and shell scripts used in the targets below +build: seednode/build desktop/build + +seednode/build: + ./gradlew :seednode:build + +desktop/build: + ./gradlew :desktop:build + # Unpack and customize a Bitcoin regtest node and Alice and Bob Bisq # nodes that have been preconfigured with a blockchain containing the # BSQ genesis transaction