summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--Gui/Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/Gui/Makefile b/Gui/Makefile
index 7de001f26f..b5a07aa491 100644
--- a/Gui/Makefile
+++ b/Gui/Makefile
@@ -30,7 +30,7 @@ $(LIBNAME): .depend $(OBJS)
all: $(LIBNAME)
clean:
- rm -rf $(OBJS) *.o *~ *.bak main $(LIBNAME) .depend
+ rm -f *.o *.a *~
#dep: depend
#
@@ -39,6 +39,7 @@ clean:
#
distclean: clean
+ rm -f .depend
dep: depend