1
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:
diego 2006-01-28 17:35:16 +00:00
parent 783976c512
commit 15b8702995

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
#