mirror of
https://github.com/bisq-network/bisq.git
synced 2025-02-22 14:42:37 +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
|
# Set up everything necessary for deploying your localnet. This is the
|
||||||
# default target.
|
# default target.
|
||||||
|
.PHONY: build bitcoind seednode seednode2 mediator alice bob block blocks
|
||||||
setup: build .localnet
|
setup: build .localnet
|
||||||
|
|
||||||
clean: clean-build clean-localnet
|
clean: clean-build clean-localnet
|
||||||
|
@ -279,5 +280,3 @@ blocks:
|
||||||
-rpcuser=bisqdao \
|
-rpcuser=bisqdao \
|
||||||
-rpcpassword=bsq \
|
-rpcpassword=bsq \
|
||||||
generatetoaddress $(n)
|
generatetoaddress $(n)
|
||||||
|
|
||||||
.PHONY: build seednode
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue