From 50860e38174ed55cf10fe4dce7bddf38507b119c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=C8=98tefan=20Talpalaru?= Date: Sat, 16 Feb 2019 05:08:39 +0100 Subject: [PATCH] Makefile: delete tool binaries in the "clean" target --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index c7f5cb7e7..95e28a78f 100644 --- a/Makefile +++ b/Makefile @@ -105,7 +105,7 @@ test: | build deps # usual cleaning clean: - rm -rf build/{nimbus,all_tests,beacon_node,validator_keygen,*.exe} $(NIMBLE_DIR) $(NIM_BINARY) + rm -rf build/{nimbus,premix,persist,debug,dumper,hunter,all_tests,beacon_node,validator_keygen,*.exe} $(NIMBLE_DIR) $(NIM_BINARY) # dangerous cleaning, because you may have not-yet-pushed branches and commits in those vendor repos you're about to delete mrproper: clean