summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--Gui/Makefile6
1 files changed, 5 insertions, 1 deletions
diff --git a/Gui/Makefile b/Gui/Makefile
index b5a07aa491..21780fd2fa 100644
--- a/Gui/Makefile
+++ b/Gui/Makefile
@@ -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
#