From d52f9299cdcd690a9c54358118c8d67c36c0fe73 Mon Sep 17 00:00:00 2001 From: Raphael Date: Mon, 8 Dec 2025 15:13:37 +0100 Subject: [PATCH] fix(makefile): using hte test_compile rules in the test one --- Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Makefile b/Makefile index a81cc6c..214be41 100644 --- a/Makefile +++ b/Makefile @@ -6,7 +6,7 @@ # By: rparodi +#+ +:+ +#+ # # +#+#+#+#+#+ +#+ # # Created: 2023/11/12 11:05:05 by rparodi #+# #+# # -# Updated: 2025/12/06 19:58:12 by rparodi ### ########.fr # +# Updated: 2025/12/08 14:01:53 by rparodi ### ########.fr # # # # **************************************************************************** # @@ -78,7 +78,7 @@ $(OBJDIRNAME)/%.o: %.s @printf '$(GREY) Compiling $(END)$(GREEN)$<$(END)\n' @$(AS) $(ASFLAGS) -o $@ $< -test: header $(NAME) run_compile footer +test: header $(NAME) test_compile footer run: test