aboutsummaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorCharles <sircharlesaze@gmail.com>2020-02-26 12:10:39 +0100
committerCharles <sircharlesaze@gmail.com>2020-02-26 13:29:26 +0100
commitfcd239d3d5b46d72cf99a7c439a72031a0ef3a9c (patch)
treeec4200af67ac2726803dbe2756c64a7ff7b81f88 /Makefile
parent4912a5a3c001fe69b707fdcb69efc2fb163ce107 (diff)
downloadfractol-fcd239d3d5b46d72cf99a7c439a72031a0ef3a9c.tar.gz
fractol-fcd239d3d5b46d72cf99a7c439a72031a0ef3a9c.tar.bz2
fractol-fcd239d3d5b46d72cf99a7c439a72031a0ef3a9c.zip
Added supersampling
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/Makefile b/Makefile
index 76c19f1..eb45987 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 16:00:56 by cacharle ### ########.fr #
+# Updated: 2020/02/26 11:17:06 by cacharle ### ########.fr #
# #
# **************************************************************************** #
@@ -24,7 +24,7 @@ OBJ_DIRS = $(shell find $(SRC_DIR) -type d | sed 's/src/obj/')
CC = gcc
CCFLAGS = -I$(LIBFT_DIR)/include -I$(MINILIBX_DIR) -I$(INCLUDE_DIR) \
- -Wall -Wextra #-Werror
+ -O3 -Wall -Wextra #-Werror
LDFLAGS = -L$(LIBFT_DIR) -lft \
-L$(MINILIBX_DIR) -lmlx \
-framework OpenGL -framework AppKit -lm -lpthread