Преглед изворни кода

avoid deleting the lib/empty file

Rich Felker пре 14 година
родитељ
комит
127ab575fc
1 измењених фајлова са 1 додато и 1 уклоњено
  1. 1 1
      Makefile

+ 1 - 1
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