From bd2e01f758d5da11d50a223d46bf6adaf24f460f Mon Sep 17 00:00:00 2001 From: Raphael Date: Mon, 23 Jun 2025 14:15:25 +0200 Subject: [PATCH] build(bonus): dependancy on re rules and not all --- Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Makefile b/Makefile index 7c9244c..a91e170 100644 --- a/Makefile +++ b/Makefile @@ -6,7 +6,7 @@ # By: sben-tay +#+ +:+ +#+ # # +#+#+#+#+#+ +#+ # # Created: 2025/05/02 15:40:00 by rparodi #+# #+# # -# Updated: 2025/06/21 11:58:21 by rparodi ### ########.fr # +# Updated: 2025/06/23 14:14:26 by rparodi ### ########.fr # # # # **************************************************************************** # @@ -73,7 +73,7 @@ END = \033[0m all: header $(NAME) footer bonus: CPPFLAGS += -D BONUS=1 -bonus: all +bonus: re # Clean (make clean) clean: @printf '$(GREY) Removing $(END)$(RED)Objects$(END)\n'