mirror of
https://github.com/richfelker/musl-cross-make.git
synced 2025-04-12 12:04:59 +02:00
clean: remove linux-*
This commit is contained in:
parent
ec0f9f1d28
commit
ab95e8efdc
2
Makefile
2
Makefile
@ -36,7 +36,7 @@ SRC_DIRS = gcc-$(GCC_VER) binutils-$(BINUTILS_VER) musl-$(MUSL_VER) \
|
|||||||
all:
|
all:
|
||||||
|
|
||||||
clean:
|
clean:
|
||||||
rm -rf gcc-* binutils-* musl-* gmp-* mpc-* mpfr-* build-*
|
rm -rf gcc-* binutils-* musl-* gmp-* mpc-* mpfr-* build-* linux-*
|
||||||
|
|
||||||
distclean: clean
|
distclean: clean
|
||||||
rm -rf sources
|
rm -rf sources
|
||||||
|
Loading…
Reference in New Issue
Block a user