mirror of
https://codeberg.org/ACME-Corporation/cub3d.git
synced 2025-12-06 09:58:09 +01:00
fix: added angle.c to the compilation chain
This commit is contained in:
parent
37e143d32d
commit
dd5b0af0eb
1 changed files with 1 additions and 0 deletions
1
Makefile
1
Makefile
|
|
@ -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
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue