summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--Makefile4
1 files 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