mirror of
https://codeberg.org/ACME-Corporation/cub3d.git
synced 2025-12-06 01:48:08 +01:00
Added a real rendering
This commit is contained in:
parent
3b495f213f
commit
4f573baf23
2 changed files with 14 additions and 5 deletions
3
Makefile
3
Makefile
|
|
@ -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 \
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue