mirror of
https://codeberg.org/ACME-Corporation/cub3d.git
synced 2025-12-06 01:48:08 +01:00
Added filetype checking
This commit is contained in:
parent
8f99d23431
commit
935370ac63
5 changed files with 58 additions and 27 deletions
3
Makefile
3
Makefile
|
|
@ -1,6 +1,7 @@
|
|||
CC=cc
|
||||
CFLAGS=-Wall -Wextra -Werror -g -fsanitize=address -fno-omit-frame-pointer -I mlx
|
||||
SOURCEFILES=src/main.c
|
||||
SOURCEFILES=src/main.c \
|
||||
src/map/map_checker.c
|
||||
OBJECTS=$(patsubst src/%.c,objects/%.o,$(SOURCEFILES))
|
||||
OBJDIR=objects
|
||||
NAME=cub3d
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue