From c230dc6d8650e7271cbd695a939125b6e1e78e5b Mon Sep 17 00:00:00 2001 From: tomoron Date: Fri, 8 Aug 2025 22:34:21 +0200 Subject: [PATCH] add re rule to Makefile --- Makefile | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) 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