diff --git a/Makefile b/Makefile index b287e21..d47b563 100644 --- a/Makefile +++ b/Makefile @@ -38,4 +38,6 @@ clean: fclean: clean rm -f $(NAME) -.PHONY: clean fclean +re: fclean all + +.PHONY: clean fclean re all