about summary refs log tree commit diff
diff options
context:
space:
mode:
authorRich Felker <dalias@aerifal.cx>2011-02-17 17:57:26 -0500
committerRich Felker <dalias@aerifal.cx>2011-02-17 17:57:26 -0500
commit127ab575fc2b200459dc5543d25f5e87d3fdb9db (patch)
tree37aed106472930b5437b5b860e28798de3118d3d
parente882756311c7b06e59fcc8e582f03852b7dcfd30 (diff)
downloadmusl-127ab575fc2b200459dc5543d25f5e87d3fdb9db.tar.gz
musl-127ab575fc2b200459dc5543d25f5e87d3fdb9db.tar.xz
musl-127ab575fc2b200459dc5543d25f5e87d3fdb9db.zip
avoid deleting the lib/empty file
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 56bfb40d..a47439b8 100644
--- a/Makefile
+++ b/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