From b9117a26e282830b4c97fb4a0d7460fc8be8db48 Mon Sep 17 00:00:00 2001 From: Raphael Date: Tue, 12 Nov 2024 12:39:44 +0100 Subject: [PATCH] style: updated the makefile --- Makefile | 9 +++++---- libft/compilation.log | 0 2 files changed, 5 insertions(+), 4 deletions(-) create mode 100644 libft/compilation.log diff --git a/Makefile b/Makefile index e444dbb..380c5a1 100644 --- a/Makefile +++ b/Makefile @@ -6,7 +6,7 @@ # By: rparodi +#+ +:+ +#+ # # +#+#+#+#+#+ +#+ # # Created: 2023/11/12 11:05:05 by rparodi #+# #+# # -# Updated: 2024/11/12 09:17:25 by bgoulard ### ########.fr # +# Updated: 2024/11/12 12:39:32 by rparodi ### ########.fr # # # # **************************************************************************** # @@ -42,15 +42,16 @@ MLXFLAGS = -L$(MLX_DIR) -lmlx -L/opt/X11/lib -lX11 -lXext -lXrender -lXrandr -lX LDFLAGS += $(MLXFLAGS) SRC =\ - raycast/frame_update.c \ mlx_layer/mlx_init.c \ parsing/arguments.c \ parsing/map.c \ - sources/main.c \ + raycast/frame_update.c \ + raycast/rc_utils.c \ sources/cleanups.c \ + sources/error.c \ + sources/main.c \ sources/options.c \ sources/rgb_to_color.c \ - sources/error.c \ sources/options_impl.c diff --git a/libft/compilation.log b/libft/compilation.log new file mode 100644 index 0000000..e69de29