From fcd239d3d5b46d72cf99a7c439a72031a0ef3a9c Mon Sep 17 00:00:00 2001 From: Charles Date: Wed, 26 Feb 2020 12:10:39 +0100 Subject: Added supersampling --- Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'Makefile') diff --git a/Makefile b/Makefile index 76c19f1..eb45987 100644 --- a/Makefile +++ b/Makefile @@ -6,7 +6,7 @@ # By: cacharle +#+ +:+ +#+ # # +#+#+#+#+#+ +#+ # # 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 -- cgit