1
0

🏗️」 wip(Ex03): Now with verbose mode ! (thx @bonsthie)

This commit is contained in:
2024-12-11 14:09:50 +01:00
parent 18ae71b63f
commit 7124f2072f
2 changed files with 11 additions and 3 deletions

View File

@ -6,7 +6,7 @@
# By: adjoly <adjoly@student.42angouleme.fr> +#+ +:+ +#+ #
# +#+#+#+#+#+ +#+ #
# Created: 2024/10/25 16:09:27 by adjoly #+# #+# #
# Updated: 2024/12/06 16:28:16 by adjoly ### ########.fr #
# Updated: 2024/12/11 14:08:19 by adjoly ### ########.fr #
# #
# **************************************************************************** #
@ -31,6 +31,10 @@ PURPLE = \e[0;35m
NC = \033[0m
DELETE = \x1B[2K\r
ifeq ($(VERBOSE),true)
FLAGS += -D VERBOSE
endif
all: $(NAME)
$(NAME): $(OBJS)