build: removing the working directory
This commit is contained in:
parent
bd5ed03b27
commit
a4a1b67691
2 changed files with 2 additions and 2 deletions
4
Makefile
4
Makefile
|
|
@ -6,7 +6,7 @@
|
||||||
# By: rparodi <rparodi@student.42.fr> +#+ +:+ +#+ #
|
# By: rparodi <rparodi@student.42.fr> +#+ +:+ +#+ #
|
||||||
# +#+#+#+#+#+ +#+ #
|
# +#+#+#+#+#+ +#+ #
|
||||||
# Created: 2023/11/12 11:05:05 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/arguments.c \
|
||||||
parsing/map.c \
|
parsing/map.c \
|
||||||
raycast/frame_update.c \
|
raycast/frame_update.c \
|
||||||
raycast/rc_utils.c \
|
|
||||||
sources/cleanups.c \
|
sources/cleanups.c \
|
||||||
sources/error.c \
|
sources/error.c \
|
||||||
sources/main.c \
|
sources/main.c \
|
||||||
|
|
@ -54,6 +53,7 @@ SRC =\
|
||||||
sources/rgb_to_color.c \
|
sources/rgb_to_color.c \
|
||||||
sources/options_impl.c
|
sources/options_impl.c
|
||||||
|
|
||||||
|
# raycast/rc_utils.c
|
||||||
|
|
||||||
# Objects
|
# Objects
|
||||||
OBJDIRNAME = ./build
|
OBJDIRNAME = ./build
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue