tmp push merge resolution not finished
This commit is contained in:
parent
2568aa69a6
commit
00dc0e9e67
16 changed files with 454 additions and 59 deletions
34
Makefile
34
Makefile
|
|
@ -6,7 +6,7 @@
|
|||
# By: rparodi <rparodi@student.42.fr> +#+ +:+ +#+ #
|
||||
# +#+#+#+#+#+ +#+ #
|
||||
# Created: 2023/11/12 11:05:05 by rparodi #+# #+# #
|
||||
# Updated: 2024/11/27 16:05:42 by rparodi ### ########.fr #
|
||||
# Updated: 2024/11/28 14:30:42 by bgoulard ### ########.fr #
|
||||
# #
|
||||
# **************************************************************************** #
|
||||
|
||||
|
|
@ -44,20 +44,24 @@ MLXFLAGS += -L/opt/X11/lib
|
|||
LDFLAGS += $(MLXFLAGS)
|
||||
|
||||
SRC =\
|
||||
mlx_layer/mlx_init.c \
|
||||
mlx_layer/mlx_load_texture.c \
|
||||
raycast/frame_update.c \
|
||||
raycast/rc_utils.c \
|
||||
sources/options_impl.c \
|
||||
sources/main.c \
|
||||
sources/error.c \
|
||||
sources/cleanups.c \
|
||||
sources/options.c \
|
||||
sources/rgb_to_color.c \
|
||||
parsing/map.c \
|
||||
parsing/blank_for_raph.c \
|
||||
parsing/arguments.c
|
||||
|
||||
parsing/arguments.c \
|
||||
parsing/map.c \
|
||||
parsing/blank_for_raph.c \
|
||||
sources/rgb_to_color.c \
|
||||
sources/error.c \
|
||||
sources/options.c \
|
||||
sources/options_impl.c \
|
||||
sources/cleanups.c \
|
||||
sources/main.c \
|
||||
mlx_layer/mlx_load_texture.c \
|
||||
mlx_layer/mlx_init.c \
|
||||
mlx_layer/mooves.c \
|
||||
mlx_layer/looks.c \
|
||||
mlx_layer/hooks.c \
|
||||
raycast/utils_math.c \
|
||||
raycast/rc_utils.c \
|
||||
raycast/get_cl.c \
|
||||
raycast/frame_update.c \
|
||||
|
||||
# Objects
|
||||
OBJDIRNAME = ./build
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue