From 85b979ec32f8bb6f4f1ea2c655b7fa10161b7ba6 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Bruno=20=C5=A0kvorc?= Date: Thu, 24 Jan 2019 14:34:26 +0100 Subject: [PATCH] Missing r flag added to remove command (#219) --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 074945e30..84026f5c1 100644 --- a/Makefile +++ b/Makefile @@ -148,7 +148,7 @@ beacon_node validator_keygen: | build deps $(ENV_SCRIPT) nim c -o:build/$@ $(REPOS_DIR)/nim-beacon-chain/beacon_chain/$@.nim clean_eth2_network_simulation_files: - rm -f $(REPOS_DIR)/nim-beacon-chain/tests/simulation/data + rm -rf $(REPOS_DIR)/nim-beacon-chain/tests/simulation/data eth2_network_simulation: | beacon_node validator_keygen clean_eth2_network_simulation_files SKIP_BUILDS=1 $(ENV_SCRIPT) $(REPOS_DIR)/nim-beacon-chain/tests/simulation/start.sh