mise en page pour rendu, et annule philo inversees car pbm 610 200 100

This commit is contained in:
Hugo LAMY
2022-02-01 18:15:26 +01:00
parent ef2eb4e921
commit 1dc4de3236
12 changed files with 372 additions and 9 deletions

View File

@@ -9,7 +9,7 @@ DIR_SRCS = srcs
INCLUDES = -I$(HEADERS_D)
HEADERS_D = ./headers
HEADERS_D = .
HEADERS = philo.h \
philo_struct.h \
philo_proto.h \
@@ -45,6 +45,7 @@ $(NAME): $(OBJS)
$(CC) $(OBJS) -o $(NAME) $(LIBS)
clean:
rm -rf $(OBJS)
rm -rf $(DIR_OBJS)
fclean: clean