mirror of
https://github.com/bisq-network/bisq.git
synced 2025-02-21 14:24:06 +01:00
Makefile: Add exec-commands to .PHONY target
Add bitcoind, seednode, seednode2, mediator, alice, bob, block, and blocks to .PHONY target.
This commit is contained in:
parent
9f3e216fe1
commit
140a8e85bd
1 changed files with 1 additions and 2 deletions
3
Makefile
3
Makefile
|
@ -100,6 +100,7 @@
|
|||
|
||||
# Set up everything necessary for deploying your localnet. This is the
|
||||
# default target.
|
||||
.PHONY: build bitcoind seednode seednode2 mediator alice bob block blocks
|
||||
setup: build .localnet
|
||||
|
||||
clean: clean-build clean-localnet
|
||||
|
@ -279,5 +280,3 @@ blocks:
|
|||
-rpcuser=bisqdao \
|
||||
-rpcpassword=bsq \
|
||||
generatetoaddress $(n)
|
||||
|
||||
.PHONY: build seednode
|
||||
|
|
Loading…
Add table
Reference in a new issue