diff --git a/Makefile b/Makefile index f9f383e..42fc31b 100644 --- a/Makefile +++ b/Makefile @@ -33,7 +33,8 @@ clean: fclean: clean - rm $(NAME) + rm -f $(NAME) + rm -f $(t_NAME) re: fclean $(MAKE) -s all