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