diff options
| author | Charles <sircharlesaze@gmail.com> | 2020-02-25 16:51:28 +0100 |
|---|---|---|
| committer | Charles <sircharlesaze@gmail.com> | 2020-02-25 16:51:28 +0100 |
| commit | a5795a2b1fae5ce8f1ac1157893bc8e3b4f5071f (patch) | |
| tree | e54bad7c4367a32e30398ed23eebf96e516a6427 /Makefile | |
| parent | e36720af3c9f5a95b93bc4c8c2ee03904cceb044 (diff) | |
| download | fractol-a5795a2b1fae5ce8f1ac1157893bc8e3b4f5071f.tar.gz fractol-a5795a2b1fae5ce8f1ac1157893bc8e3b4f5071f.tar.bz2 fractol-a5795a2b1fae5ce8f1ac1157893bc8e3b4f5071f.zip | |
Added multithreading
Diffstat (limited to 'Makefile')
| -rw-r--r-- | Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -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 \ |
