feat: adding windows from mlx and close features

This commit is contained in:
Raphael 2024-11-11 20:11:47 +01:00
parent a0e6957d66
commit 09688e1c48
4 changed files with 62 additions and 3 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/11 17:18:13 by rparodi ### ########.fr #
# Updated: 2024/11/11 20:02:50 by rparodi ### ########.fr #
# #
# **************************************************************************** #
@ -42,6 +42,7 @@ MLXFLAGS = -L$(MLX_DIR) -lmlx -L/opt/X11/lib -lX11 -lXext -lXrender -lXrandr -lX
LDFLAGS += $(MLXFLAGS)
SRC =\
raycast/mlx_init.c \
parsing/arguments.c \
sources/cleanups.c \
sources/error.c \