changeset 17489:399f91dd4fbe

Make clean/distclean behave uniformly in all directories.
author diego
date Fri, 27 Jan 2006 00:18:52 +0000
parents ce1ba8fd57e7
children acef9166db2f
files Gui/Makefile
diffstat 1 files changed, 2 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/Gui/Makefile	Fri Jan 27 00:06:42 2006 +0000
+++ b/Gui/Makefile	Fri Jan 27 00:18:52 2006 +0000
@@ -30,7 +30,7 @@
 all:	$(LIBNAME)
 
 clean:
-	rm -rf $(OBJS) *.o *~ *.bak main $(LIBNAME) .depend
+	rm -f *.o *.a *~
 
 #dep:	depend
 #
@@ -39,6 +39,7 @@
 #
 
 distclean: clean
+	rm -f .depend
 
 dep:    depend