fix: added angle.c to the compilation chain

This commit is contained in:
Theo Champion 2025-07-24 14:50:25 +02:00 committed by Khaïs COLIN
parent ca82add75f
commit 38feba022f

View file

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