From ab95e8efdc2b5cf49019b9d954a8591f58a75a0d Mon Sep 17 00:00:00 2001 From: Patrick Oppenlander Date: Tue, 17 May 2016 10:07:37 +1000 Subject: [PATCH] clean: remove linux-* --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 82e4c48..32410c6 100644 --- a/Makefile +++ b/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