Makefile: `testnet0` no longer cleans the cache.

This commit is contained in:
Ștefan Talpalaru 2019-03-29 16:55:46 +01:00
parent b7253920d2
commit 8107297f2e
No known key found for this signature in database
GPG Key ID: CBF7934204F1B6F9
1 changed files with 2 additions and 6 deletions

View File

@ -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