style: updated the makefile
This commit is contained in:
parent
03a19491f7
commit
b9117a26e2
2 changed files with 5 additions and 4 deletions
9
Makefile
9
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 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)
|
LDFLAGS += $(MLXFLAGS)
|
||||||
|
|
||||||
SRC =\
|
SRC =\
|
||||||
raycast/frame_update.c \
|
|
||||||
mlx_layer/mlx_init.c \
|
mlx_layer/mlx_init.c \
|
||||||
parsing/arguments.c \
|
parsing/arguments.c \
|
||||||
parsing/map.c \
|
parsing/map.c \
|
||||||
sources/main.c \
|
raycast/frame_update.c \
|
||||||
|
raycast/rc_utils.c \
|
||||||
sources/cleanups.c \
|
sources/cleanups.c \
|
||||||
|
sources/error.c \
|
||||||
|
sources/main.c \
|
||||||
sources/options.c \
|
sources/options.c \
|
||||||
sources/rgb_to_color.c \
|
sources/rgb_to_color.c \
|
||||||
sources/error.c \
|
|
||||||
sources/options_impl.c
|
sources/options_impl.c
|
||||||
|
|
||||||
|
|
||||||
|
|
|
||||||
0
libft/compilation.log
Normal file
0
libft/compilation.log
Normal file
Loading…
Add table
Add a link
Reference in a new issue