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