refactor of files for norminette

This commit is contained in:
2026-03-28 21:44:36 +01:00
parent bf668cf5e6
commit 4150e95378
5 changed files with 136 additions and 100 deletions
+2 -1
View File
@@ -27,7 +27,8 @@ SRC = main.c \
fill_array.c \
check_input.c \
print_board.c \
ai.c
ai.c \
game.c
SRCS = $(addprefix $(P_SRC), $(SRC))
OBJS = $(patsubst $(P_SRC)%.c,$(P_OBJ)%.o,$(SRCS))