From a5795a2b1fae5ce8f1ac1157893bc8e3b4f5071f Mon Sep 17 00:00:00 2001 From: Charles Date: Tue, 25 Feb 2020 16:51:28 +0100 Subject: Added multithreading --- Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'Makefile') diff --git a/Makefile b/Makefile index 0595e6a..76c19f1 100644 --- a/Makefile +++ b/Makefile @@ -6,7 +6,7 @@ # By: cacharle +#+ +:+ +#+ # # +#+#+#+#+#+ +#+ # # Created: 2020/02/24 09:19:49 by cacharle #+# #+# # -# Updated: 2020/02/25 15:11:09 by cacharle ### ########.fr # +# Updated: 2020/02/25 16:00:56 by cacharle ### ########.fr # # # # **************************************************************************** # @@ -27,7 +27,7 @@ CCFLAGS = -I$(LIBFT_DIR)/include -I$(MINILIBX_DIR) -I$(INCLUDE_DIR) \ -Wall -Wextra #-Werror LDFLAGS = -L$(LIBFT_DIR) -lft \ -L$(MINILIBX_DIR) -lmlx \ - -framework OpenGL -framework AppKit -lm + -framework OpenGL -framework AppKit -lm -lpthread NAME = fractol SRC_FILES = main.c \ -- cgit