Revert "Makefile: Don't build twice"

This reverts commit 13d37b6c86.
This commit is contained in:
Alva Swanson 2023-09-12 15:40:50 +02:00
parent 3930966f3e
commit e2c13d0277
No known key found for this signature in database
GPG Key ID: 004760E77F753090

View File

@ -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