瀏覽代碼

clean: remove linux-*

Patrick Oppenlander 9 年之前
父節點
當前提交
ab95e8efdc
共有 1 個文件被更改,包括 1 次插入1 次删除
  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