style: normed all the repo (except the debug function and the too_many_args

This commit is contained in:
Raphael 2024-12-01 18:59:17 +01:00
parent 57c7893501
commit 954c5f76d6
12 changed files with 244 additions and 207 deletions

View file

@ -6,7 +6,7 @@
# By: rparodi <rparodi@student.42.fr> +#+ +:+ +#+ #
# +#+#+#+#+#+ +#+ #
# Created: 2023/11/12 11:05:05 by rparodi #+# #+# #
# Updated: 2024/11/28 14:30:42 by bgoulard ### ########.fr #
# Updated: 2024/12/01 18:57:47 by rparodi ### ########.fr #
# #
# **************************************************************************** #
@ -44,24 +44,31 @@ MLXFLAGS += -L/opt/X11/lib
LDFLAGS += $(MLXFLAGS)
SRC =\
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 \
mlx_layer/mlx_init.c \
mlx_layer/looks.c \
mlx_layer/mlx_load_texture.c \
mlx_layer/mooves.c \
mlx_layer/hooks.c \
raycast/frame_update.c \
raycast/frame_update2.c \
raycast/rc_utils.c \
raycast/utils_math.c \
raycast/get_cl.c \
sources/options_impl.c \
sources/main.c \
sources/error.c \
sources/cleanups.c \
sources/options.c \
sources/rgb_to_color.c \
parsing/load_textures.c \
parsing/load_bgs.c \
parsing/traverse_map.c \
parsing/load_file.c \
parsing/utils.c \
parsing/map.c \
parsing/blank_for_raph.c \
parsing/arguments.c \
parsing/load_tiles.c
# Objects
OBJDIRNAME = ./build