Also remove objects in subdirectories.

git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@17495 b3059339-0415-0410-9bf9-f77b7e298cf2
This commit is contained in:
diego 2006-01-28 17:35:16 +00:00
parent 783976c512
commit 15b8702995
1 changed files with 5 additions and 1 deletions

View File

@ -30,7 +30,11 @@ $(LIBNAME): .depend $(OBJS)
all: $(LIBNAME)
clean:
rm -f *.o *.a *~
rm -f *.o *.a *~ \
mplayer/*.o mplayer/*~ \
mplayer/gtk/*.o mplayer/gtk/*~ \
skin/*.o skin/*~ \
wm/*.o wm/*~
#dep: depend
#