clean: remove linux-*

This commit is contained in:
Patrick Oppenlander 2016-05-17 10:07:37 +10:00 committed by Rich Felker
parent ec0f9f1d28
commit ab95e8efdc
1 changed files with 1 additions and 1 deletions

View File

@ -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