mirror of
https://github.com/status-im/nimbus-eth2.git
synced 2025-02-16 16:38:07 +00:00
Makefile targets for backwards compatibility
This commit is contained in:
parent
94e9ce3c1f
commit
beb376c3a5
7
Makefile
7
Makefile
@ -183,6 +183,13 @@ testnet0 testnet1: | nimbus_beacon_node nimbus_signing_process
|
||||
--data-dir=build/data/$@_$(NODE_ID) \
|
||||
$(GOERLI_TESTNETS_PARAMS) $(NODE_PARAMS)
|
||||
|
||||
# Targets for backwards compatibility
|
||||
beacon_node: | nimbus_beacon_node
|
||||
cp build/nimbus_beacon_node build/beacon_node
|
||||
|
||||
validator_client: | nimbus_validator_client
|
||||
cp build/nimbus_validator_client build/validator_client
|
||||
|
||||
#- https://www.gnu.org/software/make/manual/html_node/Multi_002dLine.html
|
||||
#- macOS doesn't support "=" at the end of "define FOO": https://stackoverflow.com/questions/13260396/gnu-make-3-81-eval-function-not-working
|
||||
define CONNECT_TO_NETWORK
|
||||
|
Loading…
x
Reference in New Issue
Block a user