put time.c and message.c into generic.c

This commit is contained in:
Hugo LAMY
2022-01-22 19:19:39 +01:00
parent cb615cb6b3
commit 82fef42d2a
4 changed files with 23 additions and 27 deletions

View File

@@ -24,8 +24,7 @@ LIBFT = $(LIBFT_D)/libft.a
SRCS = main.c \
init.c \
exec.c \
time.c \
message.c
generic.c
DIR_OBJS = builds
OBJS = $(SRCS:%.c=$(DIR_OBJS)/%.o)