print_board

This commit is contained in:
2026-03-28 16:28:18 +01:00
parent fcebe20598
commit 7140a17dab
5 changed files with 47 additions and 2 deletions
+2 -1
View File
@@ -25,7 +25,8 @@ P_LIBFT = libft/
SRC = main.c \
get_next_line.c \
fill_array.c \
check_input.c
check_input.c \
print_board.c
SRCS = $(addprefix $(P_SRC), $(SRC))
OBJS = $(patsubst $(P_SRC)%.c,$(P_OBJ)%.o,$(SRCS))