Another simple Makefile fix

This commit is contained in:
Zahary Karadjov 2020-08-06 15:23:01 +03:00
parent 0cdd13bf7c
commit c4268f954b
No known key found for this signature in database
GPG Key ID: C8936F8A3073D609
1 changed files with 1 additions and 1 deletions

View File

@ -186,7 +186,7 @@ medalla: | beacon_node
medalla-vc: | beacon_node validator_client
# if launching a VC as well - send the BN looking nowhere for validators/secrets
mkdir build/data/shared_medalla_$(NODE_ID)/empty_dummy_folder -p
mkdir -p build/data/shared_medalla_$(NODE_ID)/empty_dummy_folder
scripts/make_prometheus_config.sh \
--nodes 1 \