From e80baf3b010e27f3a6d8930083904732c4c68a85 Mon Sep 17 00:00:00 2001 From: Takumi Hara <69781798+tacomeet@users.noreply.github.com> Date: Tue, 15 Nov 2022 19:58:03 +0900 Subject: [PATCH] feat: add bonus rule --- Makefile | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 667950d..22d1701 100644 --- a/Makefile +++ b/Makefile @@ -100,6 +100,8 @@ fclean: clean re: fclean all +bonus: $(NAME) + norm: norminette $(SRCS) $(HEADERS) @@ -110,4 +112,4 @@ RT=proj2-4 run: ./$(NAME) scenes/$(RT).rt -.PHONY: all bonus clean fclean re +.PHONY: all bonus clean fclean re bonus