summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorbeber <beber>2005-07-20 22:18:23 +0000
committerbeber <beber>2005-07-20 22:18:23 +0000
commitcd195daeaed424b624a17074ef9da6d6d630f672 (patch)
tree51abfcb911db25b9d5f1b9962cb1bba8c968e55f
parentMore clean when clean (diff)
downloadelock-cd195daeaed424b624a17074ef9da6d6d630f672.tar.xz
Oops
-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