diff --git a/Makefile b/Makefile index 1999da5..6a2552d 100644 --- a/Makefile +++ b/Makefile @@ -6,7 +6,7 @@ # By: rparodi +#+ +:+ +#+ # # +#+#+#+#+#+ +#+ # # Created: 2023/11/12 11:05:05 by rparodi #+# #+# # -# Updated: 2025/12/11 23:18:29 by rparodi ### ########.fr # +# Updated: 2025/12/11 23:58:57 by rparodi ### ########.fr # # # # **************************************************************************** # @@ -78,7 +78,7 @@ $(NAME): $(OBJ) $(OBJDIRNAME)/%.o: %.s @mkdir -p $(dir $@) - @printf '$(GREY) Compiling $(END)$(GREEN)$<$(END)\n' + @printf '$(GREY) Assembling $(END)$(GREEN)$<$(END)\n' @$(AS) $(ASFLAGS) -o $@ $< test: header $(NAME) test_compile footer