mirror of
https://github.com/bisq-network/bisq.git
synced 2025-03-01 01:32:17 +01:00
Merge pull request #7369 from alvasw/Makefile_Add_exec-commands_to_.PHONY_target
Makefile: Add exec-commands to .PHONY target
This commit is contained in:
commit
ae8d915582
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