messages en couleurs

This commit is contained in:
Hugo LAMY
2022-01-21 16:16:05 +01:00
parent 3ee91785f6
commit 964950f5bd
4 changed files with 43 additions and 10 deletions

View File

@@ -12,7 +12,8 @@ INCLUDES = -I$(HEADERS_D) -I$(LIBFT_D)
HEADERS_D = ./headers
HEADERS = philo.h \
philo_struct.h \
philo_proto.h
philo_proto.h \
philo_macro.h
LIBS = -L $(LIBFT_D) -lft \
-lpthread