aboutsummaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorCharles <sircharlesaze@gmail.com>2019-11-19 17:51:40 +0100
committerCharles <sircharlesaze@gmail.com>2019-11-19 17:51:40 +0100
commit2875f205e24f19964d44ddce2470659d21fe902d (patch)
treee5daf691cdd87fb036f2d90e9b9ee59de360dfa6 /Makefile
parent264676907b55f429e65b4de523eeb729fb64e9f9 (diff)
downloadcub3d-2875f205e24f19964d44ddce2470659d21fe902d.tar.gz
cub3d-2875f205e24f19964d44ddce2470659d21fe902d.tar.bz2
cub3d-2875f205e24f19964d44ddce2470659d21fe902d.zip
Removed duplicate man, modify window buffer instead of writting each pixels
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index f529a12..e59c2a3 100644
--- a/Makefile
+++ b/Makefile
@@ -2,7 +2,7 @@ LIBFT_PATH = ./libft
MINILIBX_PATH = ./miniLibX
CC = gcc
-CCFLAGS = -I$(LIBFT_PATH) -I$(MINILIBX_PATH) -I. -Wall -Wextra #-Werror
+CCFLAGS = -I$(LIBFT_PATH) -I$(MINILIBX_PATH) -I. -Wall -Wextra -g #-Werror
LDFLAGS = -L$(LIBFT_PATH) -lft \
-L$(MINILIBX_PATH) -lmlx \
-framework OpenGL -framework AppKit -lm