From 22f309e93fd78beab0b583982363e838fe735d17 Mon Sep 17 00:00:00 2001 From: = <=> Date: Wed, 29 Oct 2025 17:02:29 +0100 Subject: [PATCH] Added bonus to phony target --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index a423fba..b8b08ea 100644 --- a/Makefile +++ b/Makefile @@ -31,4 +31,4 @@ fclean : clean re : fclean all -.PHONY : all clean fclean re +.PHONY : all clean fclean re bonus -- 2.51.0