From cd195daeaed424b624a17074ef9da6d6d630f672 Mon Sep 17 00:00:00 2001 From: beber Date: Wed, 20 Jul 2005 22:18:23 +0000 Subject: Oops --- Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Makefile b/Makefile index daff4a9..5983477 100644 --- a/Makefile +++ b/Makefile @@ -22,7 +22,7 @@ test: $(OBJTST) clean: $(RM) *.swp - $(RM) $(OBJ) $(OBJTST) $(NAME) $(NAMETST) + $(RM) $(OBJ) $(OBJTST) $(RM) *.c~ *.h~ pdfclean: @@ -30,6 +30,6 @@ pdfclean: $(RM) *.ps fclean: clean pdfclean - $(RM) $(NAME) + $(RM) $(NAME) $(NAMETST) re: fclean $(NAME) clean -- cgit v1.2.3