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:
Alejandro García 2025-02-02 19:12:51 +00:00 committed by GitHub
commit ae8d915582
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -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