Skip to content

Commit

Permalink
Makefile: Don't build twice
Browse files Browse the repository at this point in the history
  • Loading branch information
alvasw committed Sep 11, 2023
1 parent 7ce4c92 commit 13d37b6
Showing 1 changed file with 1 addition and 10 deletions.
11 changes: 1 addition & 10 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -100,7 +100,7 @@

# Set up everything necessary for deploying your localnet. This is the
# default target.
setup: build .localnet
setup: .localnet

clean: clean-build clean-localnet

Expand All @@ -110,15 +110,6 @@ 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
Expand Down

0 comments on commit 13d37b6

Please sign in to comment.