From 6bd15caadbb60d78aeb5ff2e640fd9cd4774a2cb Mon Sep 17 00:00:00 2001 From: Christoph Lohmann <20h@r-36.net> Date: Sun, 2 Oct 2022 15:54:29 +0200 Subject: [PATCH] BINS is unequal to packages, so just do complete clean. --- Makefile | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/Makefile b/Makefile index fff9f74cf..0141b3683 100644 --- a/Makefile +++ b/Makefile @@ -69,10 +69,7 @@ cleanbin: rm -f $(BINS) clean: cleanbin - @for i in $(BINS); \ - do \ - RUSTFLAGS="$(RUSTFLAGS)" $(CARGO) clean $i; \ - done; + RUSTFLAGS="$(RUSTFLAGS)" $(CARGO) clean install: @for i in $(BINS); \