aboutsummaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorCharles <sircharlesaze@gmail.com>2020-02-25 16:51:28 +0100
committerCharles <sircharlesaze@gmail.com>2020-02-25 16:51:28 +0100
commita5795a2b1fae5ce8f1ac1157893bc8e3b4f5071f (patch)
treee54bad7c4367a32e30398ed23eebf96e516a6427 /Makefile
parente36720af3c9f5a95b93bc4c8c2ee03904cceb044 (diff)
downloadfractol-a5795a2b1fae5ce8f1ac1157893bc8e3b4f5071f.tar.gz
fractol-a5795a2b1fae5ce8f1ac1157893bc8e3b4f5071f.tar.bz2
fractol-a5795a2b1fae5ce8f1ac1157893bc8e3b4f5071f.zip
Added multithreading
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/Makefile b/Makefile
index 0595e6a..76c19f1 100644
--- a/Makefile
+++ b/Makefile
@@ -6,7 +6,7 @@
# By: cacharle <marvin@42.fr> +#+ +:+ +#+ #
# +#+#+#+#+#+ +#+ #
# 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 \