mirror of https://github.com/mirror/busybox.git
make sure clean removes objects in subdirs
parent
f98f5e37cd
commit
e037622641
|
@ -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)
|
||||
|
|
Loading…
Reference in New Issue