Explorar o código

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

Christoph Lohmann %!s(int64=3) %!d(string=hai) anos
pai
achega
6bd15caadb
Modificáronse 1 ficheiros con 1 adicións e 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); \