[MPlayer-cvslog] CVS: main/Gui Makefile,1.30,1.31
Diego Biurrun CVS
syncmail at mplayerhq.hu
Sat Jan 28 18:35:18 CET 2006
CVS change done by Diego Biurrun CVS
Update of /cvsroot/mplayer/main/Gui
In directory mail:/var2/tmp/cvs-serv21110/Gui
Modified Files:
Makefile
Log Message:
Also remove objects in subdirectories.
Index: Makefile
===================================================================
RCS file: /cvsroot/mplayer/main/Gui/Makefile,v
retrieving revision 1.30
retrieving revision 1.31
diff -u -r1.30 -r1.31
--- Makefile 27 Jan 2006 00:18:52 -0000 1.30
+++ Makefile 28 Jan 2006 17:35:16 -0000 1.31
@@ -30,7 +30,11 @@
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
#
More information about the MPlayer-cvslog
mailing list