mirror of
https://github.com/bisq-network/bisq.git
synced 2024-11-19 01:41:11 +01:00
parent
3930966f3e
commit
e2c13d0277
11
Makefile
11
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
|
||||
|
Loading…
Reference in New Issue
Block a user