From a4a1b67691752ad7f3576ad69ef989071282850f Mon Sep 17 00:00:00 2001 From: Raphael Date: Tue, 12 Nov 2024 15:48:00 +0100 Subject: [PATCH] build: removing the working directory --- Makefile | 4 ++-- libft/compilation.log | 0 2 files changed, 2 insertions(+), 2 deletions(-) delete mode 100644 libft/compilation.log diff --git a/Makefile b/Makefile index 380c5a1..ebda2b6 100644 --- a/Makefile +++ b/Makefile @@ -6,7 +6,7 @@ # By: rparodi +#+ +:+ +#+ # # +#+#+#+#+#+ +#+ # # Created: 2023/11/12 11:05:05 by rparodi #+# #+# # -# Updated: 2024/11/12 12:39:32 by rparodi ### ########.fr # +# Updated: 2024/11/12 15:27:22 by rparodi ### ########.fr # # # # **************************************************************************** # @@ -46,7 +46,6 @@ SRC =\ parsing/arguments.c \ parsing/map.c \ raycast/frame_update.c \ - raycast/rc_utils.c \ sources/cleanups.c \ sources/error.c \ sources/main.c \ @@ -54,6 +53,7 @@ SRC =\ sources/rgb_to_color.c \ sources/options_impl.c + # raycast/rc_utils.c # Objects OBJDIRNAME = ./build diff --git a/libft/compilation.log b/libft/compilation.log deleted file mode 100644 index e69de29..0000000