From 62d5b5995d79d12a8c0467156962bf4a1962c272 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=C8=98tefan=20Talpalaru?= Date: Tue, 23 Jun 2020 18:49:41 +0200 Subject: [PATCH] Makefile: don't delete "build" in the "clean" target --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 85967deea..acb6d29f5 100644 --- a/Makefile +++ b/Makefile @@ -30,7 +30,7 @@ TOOLS := \ process_dashboard \ stack_sizes \ state_sim \ - validator_client \ + validator_client # bench_bls_sig_agggregation TODO reenable after bls v0.10.1 changes TOOLS_DIRS := \