Makefile: don't delete "build" in the "clean" target
This commit is contained in:
parent
807b920c19
commit
62d5b5995d
2
Makefile
2
Makefile
|
@ -30,7 +30,7 @@ TOOLS := \
|
||||||
process_dashboard \
|
process_dashboard \
|
||||||
stack_sizes \
|
stack_sizes \
|
||||||
state_sim \
|
state_sim \
|
||||||
validator_client \
|
validator_client
|
||||||
# bench_bls_sig_agggregation TODO reenable after bls v0.10.1 changes
|
# bench_bls_sig_agggregation TODO reenable after bls v0.10.1 changes
|
||||||
|
|
||||||
TOOLS_DIRS := \
|
TOOLS_DIRS := \
|
||||||
|
|
Loading…
Reference in New Issue