Explorar el Código

BINS is unequal to packages, so just do complete clean.

Christoph Lohmann hace 3 años
padre
commit
6bd15caadb
Se han modificado 1 ficheros con 1 adiciones y 4 borrados
  1. 1 4
      Makefile

+ 1 - 4
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); \