Updating the makefile

This commit is contained in:
Raphaël 2023-12-27 18:35:45 +01:00 committed by GitHub
parent 99ea17c970
commit 0a4754424e
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -6,7 +6,7 @@
# By: rparodi <marvin@42.fr> +#+ +:+ +#+ #
# +#+#+#+#+#+ +#+ #
# 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: