mirror of
git://git.musl-libc.org/musl
synced 2025-03-06 20:48:29 +01:00
avoid deleting the lib/empty file
This commit is contained in:
parent
e882756311
commit
127ab575fc
1 changed files with 1 additions and 1 deletions
2
Makefile
2
Makefile
|
@ -48,7 +48,7 @@ clean:
|
|||
rm -f crt/*.o
|
||||
rm -f $(OBJS)
|
||||
rm -f $(LOBJS)
|
||||
rm -f $(ALL_LIBS) lib/*
|
||||
rm -f $(ALL_LIBS) lib/*.[ao] lib/*.so
|
||||
rm -f $(ALL_TOOLS)
|
||||
rm -f $(GENH)
|
||||
rm -f include/bits
|
||||
|
|
Loading…
Add table
Reference in a new issue