changeset 17494:257c8575c5ab

Also remove objects in subdirectories.
author diego
date Sat, 28 Jan 2006 17:35:16 +0000
parents f71e678e6216
children a992df2cf6ae
files Gui/Makefile
diffstat 1 files changed, 5 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/Gui/Makefile	Fri Jan 27 23:07:53 2006 +0000
+++ b/Gui/Makefile	Sat Jan 28 17:35:16 2006 +0000
@@ -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
 #