mirror of
https://github.com/ElementsProject/elements.git
synced 2026-08-18 13:17:55 +02:00
Give a nice error for "make bitcoind", instead of a misleading one.
This commit is contained in:
parent
b2b76c9cb9
commit
ee09cf7475
1 changed files with 3 additions and 0 deletions
|
|
@ -396,6 +396,9 @@ clean-local:
|
|||
rm -f leveldb/*/*.gcno leveldb/helpers/memenv/*.gcno
|
||||
-rm -f config.h
|
||||
|
||||
bitcoind bitcoin-cli bitcoin-tx:
|
||||
@echo "Remember to 'make alpha*' rather than 'make bitcoin*' in this repository."
|
||||
|
||||
.rc.o:
|
||||
@test -f $(WINDRES)
|
||||
$(AM_V_GEN) $(WINDRES) -DWINDRES_PREPROC -i $< -o $@
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue