Explorar el Código

clean: remove linux-*

Patrick Oppenlander hace 9 años
padre
commit
ab95e8efdc
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1 1
      Makefile

+ 1 - 1
Makefile

@@ -36,7 +36,7 @@ SRC_DIRS = gcc-$(GCC_VER) binutils-$(BINUTILS_VER) musl-$(MUSL_VER) \
 all:
 
 clean:
-	rm -rf gcc-* binutils-* musl-* gmp-* mpc-* mpfr-* build-*
+	rm -rf gcc-* binutils-* musl-* gmp-* mpc-* mpfr-* build-* linux-*
 
 distclean: clean
 	rm -rf sources