mirror of https://github.com/mpv-player/mpv
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:
parent
783976c512
commit
15b8702995
|
@ -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
|
||||
#
|
||||
|
|
Loading…
Reference in New Issue