Add 'make seeds' to make it easy to add seeds

This commit is contained in:
Duke
2023-01-17 08:01:14 -05:00
parent 6f8bce9b3a
commit 176a9e1c7a
3 changed files with 9 additions and 2 deletions

View File

@@ -247,6 +247,9 @@ DISTCHECK_CONFIGURE_FLAGS = --enable-man
clean-local:
rm -rf test_bitcoin.coverage/ total.coverage/
seeds:
./contrib/seeds/generate-seeds.py contrib/seeds > src/chainparamsseeds.h
manpages:
./util/gen-manpages.sh
@echo "Please review the man pages changes to see if they look correct, then commit and push"