summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 975b42d..daff4a9 100644
--- a/Makefile
+++ b/Makefile
@@ -22,7 +22,7 @@ test: $(OBJTST)
clean:
$(RM) *.swp
- $(RM) $(OBJ) $(OBJTST)
+ $(RM) $(OBJ) $(OBJTST) $(NAME) $(NAMETST)
$(RM) *.c~ *.h~
pdfclean: