mirror of
https://github.com/status-im/nimbus-eth2.git
synced 2025-01-21 20:10:36 +00:00
Makefile: testnet0
no longer cleans the cache.
This commit is contained in:
parent
b7253920d2
commit
8107297f2e
8
Makefile
8
Makefile
@ -44,19 +44,15 @@ eth2_network_simulation: | beacon_node validator_keygen clean_eth2_network_simul
|
||||
clean-testnet0:
|
||||
rm -rf ~/.cache/nimbus/BeaconNode/testnet0
|
||||
|
||||
testnet0-nocleaning: | build deps
|
||||
testnet0: | build deps
|
||||
../../env.sh scripts/connect_to_testnet.sh testnet0
|
||||
|
||||
testnet0: | clean-testnet0 testnet0-nocleaning
|
||||
|
||||
clean-testnet1:
|
||||
rm -rf ~/.cache/nimbus/BeaconNode/testnet1
|
||||
|
||||
testnet1-nocleaning: | build deps
|
||||
testnet1: | build deps
|
||||
../../env.sh scripts/connect_to_testnet.sh testnet1
|
||||
|
||||
testnet1: | clean-testnet1 testnet1-nocleaning
|
||||
|
||||
clean:
|
||||
rm -rf build/* nimcache
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user