Rattrape des conneries de Camille

This commit is contained in:
Etienne Rey-bethbeder
2023-04-26 14:58:24 +02:00
parent 4e14a11476
commit a7758af4b1
60 changed files with 4609 additions and 7 deletions

View File

@ -1,7 +1,7 @@
SRCS = main.c
SRCS = main.c game/game.c
OBJS = ${SRCS:.c=.o}
CC = clang
LIBS = libftx/libftx.a
LIBS = libftx/libftx.a MLX42/build/libmlx42.a
CFLAGS = -g -Wall -Wextra -Werror
NAME = cub3D