Added a real rendering

This commit is contained in:
Theo Champion 2025-07-09 17:30:16 +02:00
parent 3b495f213f
commit 4f573baf23
2 changed files with 14 additions and 5 deletions

View file

@ -1,5 +1,6 @@
CC=cc
SANITIZERS=-fsanitize=address -fno-omit-frame-pointer
SANITIZERS=
#-fsanitize=address -fno-omit-frame-pointer
CFLAGS=-Wall -Wextra -Werror -g $(SANITIZERS) -I mlx
SOURCEFILES=src/main.c \
src/map/map_checker.c \