aboutsummaryrefslogtreecommitdiffstats
path: root/minilibx-linux/Makefile.gen
diff options
context:
space:
mode:
authorJozanLeClerc <bousset.rudy@gmail.com>2020-04-24 19:34:31 +0200
committerJozanLeClerc <bousset.rudy@gmail.com>2020-04-24 19:34:31 +0200
commit172fc25127f57b6b405de41c02987ad8c3a40c95 (patch)
tree7a7153804f7f0e87f3bea96159563a8fab3af15a /minilibx-linux/Makefile.gen
parentFine (diff)
download42-cub3d-172fc25127f57b6b405de41c02987ad8c3a40c95.tar.gz
42-cub3d-172fc25127f57b6b405de41c02987ad8c3a40c95.tar.bz2
42-cub3d-172fc25127f57b6b405de41c02987ad8c3a40c95.tar.xz
42-cub3d-172fc25127f57b6b405de41c02987ad8c3a40c95.tar.zst
42-cub3d-172fc25127f57b6b405de41c02987ad8c3a40c95.zip
Libx update, click close should work
Diffstat (limited to 'minilibx-linux/Makefile.gen')
-rw-r--r--minilibx-linux/Makefile.gen2
1 files changed, 1 insertions, 1 deletions
diff --git a/minilibx-linux/Makefile.gen b/minilibx-linux/Makefile.gen
index f1b7b36..629a0a4 100644
--- a/minilibx-linux/Makefile.gen
+++ b/minilibx-linux/Makefile.gen
@@ -28,7 +28,7 @@ SRC = mlx_init.c mlx_new_window.c mlx_pixel_put.c mlx_loop.c \
mlx_put_image_to_window.c mlx_get_color_value.c mlx_clear_window.c \
mlx_xpm.c mlx_int_str_to_wordtab.c mlx_destroy_window.c \
mlx_int_param_event.c mlx_int_set_win_event_mask.c mlx_hook.c \
- mlx_rgb.c mlx_destroy_image.c mlx_screen_size.c
+ mlx_rgb.c mlx_destroy_image.c mlx_mouse.c mlx_screen_size.c
OBJ =$(SRC:.c=.o)
CFLAGS = -O3 -I$(INC)