build: removing the working directory

This commit is contained in:
Raphael 2024-11-12 15:48:00 +01:00
parent bd5ed03b27
commit a4a1b67691
2 changed files with 2 additions and 2 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/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

View file