add re rule to Makefile

This commit is contained in:
2025-08-08 22:34:21 +02:00
parent 43e47f89aa
commit c230dc6d86

View File

@ -38,4 +38,6 @@ clean:
fclean: clean fclean: clean
rm -f $(NAME) rm -f $(NAME)
.PHONY: clean fclean re: fclean all
.PHONY: clean fclean re all