From 8107297f2eb620c82713e3acac411b7935491d3f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=C8=98tefan=20Talpalaru?= Date: Fri, 29 Mar 2019 16:55:46 +0100 Subject: [PATCH] Makefile: `testnet0` no longer cleans the cache. --- Makefile | 8 ++------ 1 file changed, 2 insertions(+), 6 deletions(-) diff --git a/Makefile b/Makefile index 361158f0c..5c3c14dfb 100644 --- a/Makefile +++ b/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