From bb2b21ef4160e916ae044107788946a72a349b06 Mon Sep 17 00:00:00 2001 From: = <=> Date: Sun, 2 Nov 2025 14:04:23 +0100 Subject: [PATCH] Bonus target --- Makefile | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/Makefile b/Makefile index eb1c7b0..7835d12 100644 --- a/Makefile +++ b/Makefile @@ -24,4 +24,6 @@ fclean : clean re : fclean all -.PHONY : all clean fclean re +bonus : + +.PHONY : all clean fclean re bonus -- 2.51.0