make sure clean removes objects in subdirs

1_00_stable_10817
Mike Frysinger 2005-06-11 00:12:12 +00:00
parent f98f5e37cd
commit e037622641
1 changed files with 1 additions and 1 deletions

View File

@ -28,4 +28,4 @@ all: $(libraries-y)
-include $(top_builddir)/.depend
clean:
rm -f *.o *.a $(AR_TARGET)
rm -f *.o *.a */*.o $(AR_TARGET)