fix: added angle.c to the compilation chain

This commit is contained in:
Theo Champion 2025-07-24 14:50:25 +02:00
parent 37e143d32d
commit dd5b0af0eb

View file

@ -19,6 +19,7 @@ SOURCEFILES = \
src/utils/frees.c \ src/utils/frees.c \
src/utils/hooks.c \ src/utils/hooks.c \
src/map/map_checker.c \ src/map/map_checker.c \
src/player/angle.c \
OBJECTS = $(SOURCEFILES:.c=.o) OBJECTS = $(SOURCEFILES:.c=.o)
NAME = cub3d NAME = cub3d