diff --git a/src/Makefile.am b/src/Makefile.am index 544553eb1c..98852eda47 100644 --- a/src/Makefile.am +++ b/src/Makefile.am @@ -483,6 +483,9 @@ clean-local: -rm -f config.h -rm -rf test/__pycache__ +bitcoind bitcoin-cli bitcoin-tx: + @echo "Remember to 'make beta*' rather than 'make bitcoin*' in this repository." + .rc.o: @test -f $(WINDRES) ## FIXME: How to get the appropriate modulename_CPPFLAGS in here?