From 0a4754424eeda4c5e03207bf913d9b17163c0a3b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Rapha=C3=ABl?= <35407363+EniumRaphael@users.noreply.github.com> Date: Wed, 27 Dec 2023 18:35:45 +0100 Subject: [PATCH] Updating the makefile --- Makefile | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/Makefile b/Makefile index 6a1c853..564d4c0 100644 --- a/Makefile +++ b/Makefile @@ -6,7 +6,7 @@ # By: rparodi +#+ +:+ +#+ # # +#+#+#+#+#+ +#+ # # Created: 2023/11/12 11:05:05 by rparodi #+# #+# # -# Updated: 2023/12/23 17:35:10 by raphael ### ########.fr # +# Updated: 2023/12/27 18:35:14 by raphael ### ########.fr # # # # **************************************************************************** # @@ -25,6 +25,9 @@ RED = \033[0;31m GOLD = \033[38;5;220m END = \033[0m +all: header $(NAME) + @printf '\n$(GREY) Compilation $(GREEN)Done\n' + header: @printf '\n\n' @printf '$(GOLD) ******* ***** ******* $(END)\n' @@ -48,9 +51,6 @@ $(NAME): $(OBJ) $(OBJLibft) @printf '$(GREY) Compiling $(END)$(GREEN)$<$(END)\n' @$(CC) -I. -o $@ -c $? $(CFLAGS) -all: header $(NAME) - @printf '\n$(GREY) Compilation $(GREEN)Done\n' - dev: all bonus clean clean: