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); \