mirror of
https://github.com/mpv-player/mpv
synced 2025-01-05 03:06:28 +01:00
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)
|
all: $(LIBNAME)
|
||||||
|
|
||||||
clean:
|
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
|
#dep: depend
|
||||||
#
|
#
|
||||||
|
Loading…
Reference in New Issue
Block a user