Avancement problème déplacement, manque texture

This commit is contained in:
Etienne Rey-bethbeder
2023-05-04 14:42:39 +02:00
parent ebe8b84f78
commit d58732b159
97 changed files with 65 additions and 47 deletions

View File

@ -9,7 +9,7 @@ SRCS := ${SRCS_MAP} \
OBJS := ${SRCS:.c=.o}
CC := clang
LIBS := libftx/libftx.a MLX42/build/libmlx42.a -ldl -lglfw -lm
CFLAGS := -g -Wall -Wextra -Werror
CFLAGS := -g -Wall -Wextra -Werror -Wno-conversion -Ofast
NAME := cub3D
all: ${NAME}