mirror of
https://github.com/status-im/nimbus-eth1.git
synced 2025-01-11 21:04:11 +00:00
Missing r flag added to remove command (#219)
This commit is contained in:
parent
c3190f0c7a
commit
85b979ec32
2
Makefile
2
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
|
||||
|
Loading…
x
Reference in New Issue
Block a user