Skip to content

Commit

Permalink
Merge pull request #7369 from alvasw/Makefile_Add_exec-commands_to_.P…
Browse files Browse the repository at this point in the history
…HONY_target

Makefile: Add exec-commands to .PHONY target
  • Loading branch information
alejandrogarcia83 authored Feb 2, 2025
2 parents 2c4ee2b + 140a8e8 commit ae8d915
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 ae8d915

Please sign in to comment.