mirror of
https://codeberg.org/ACME-Corporation/cub3d.git
synced 2025-12-06 01:48:08 +01:00
avant d'aller bosser a carreouf
This commit is contained in:
parent
b185cddbf0
commit
321ef3db7c
7 changed files with 393 additions and 288 deletions
4
Makefile
4
Makefile
|
|
@ -3,7 +3,9 @@ SANITIZERS=
|
|||
#-fsanitize-address -fno-omit-frame-pointer
|
||||
CFLAGS=-Wall -Wextra -Werror -g $(SANITIZERS) -I mlx
|
||||
SOURCEFILES=src/main.c \
|
||||
src/map/map_checker.c
|
||||
src/map/map_checker.c \
|
||||
src/map/checkers.c \
|
||||
src/map/setters.c
|
||||
OBJECTS=$(patsubst src/%.c,objects/%.o,$(SOURCEFILES))
|
||||
OBJDIR=objects
|
||||
NAME=cub3d
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue