Skip to content

Commit

Permalink
Makefile: Add exec-commands to .PHONY target
Browse files Browse the repository at this point in the history
Add bitcoind, seednode, seednode2, mediator, alice, bob, block, and blocks to .PHONY target.
  • Loading branch information
alvasw committed Feb 2, 2025
1 parent 9f3e216 commit 140a8e8
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -279,5 +280,3 @@ blocks:
-rpcuser=bisqdao \
-rpcpassword=bsq \
generatetoaddress $(n)

.PHONY: build seednode

0 comments on commit 140a8e8

Please sign in to comment.