Explorar o código

Makefile: fix the clean target

Juan RP %!s(int64=5) %!d(string=hai) anos
pai
achega
529c48e54a
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      Makefile

+ 1 - 1
Makefile

@@ -41,7 +41,7 @@ COMPRESSOR_THREADS=2
 all: $(SCRIPTS)
 
 clean:
-	rm -v *.sh
+	-rm -f *.sh
 
 distdir-$(DATECODE):
 	mkdir -p distdir-$(DATECODE)