Makefile | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
--- Makefile 2004-09-04 02:01:16.000000000 +0300
+++ Makefile 2004-09-04 02:01:43.000000000 +0300
@@ -47,14 +47,14 @@
default: metacam
clean:
- -rm -f *.o *~ *-
+ -rm -f *.o *.a *~ *-
tags:
etags *.cc *.h
realclean:
-rm -f metacam
- -rm -f *.o *~ *-
+ -rm -f *.o *.a *~ *-
-rm -f *.dep
-rm -f dependencies
-rm -f TAGS