mirror of
https://github.com/ElementsProject/elements.git
synced 2026-08-13 12:33:42 +02:00
Merge pull request #61 from gwillen/nice_make_error
Give a nice error for "make bitcoind", instead of a misleading one.
This commit is contained in:
commit
32cefbf8d7
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