diff options
| author | Charles <sircharlesaze@gmail.com> | 2019-11-19 17:51:40 +0100 |
|---|---|---|
| committer | Charles <sircharlesaze@gmail.com> | 2019-11-19 17:51:40 +0100 |
| commit | 2875f205e24f19964d44ddce2470659d21fe902d (patch) | |
| tree | e5daf691cdd87fb036f2d90e9b9ee59de360dfa6 /Makefile | |
| parent | 264676907b55f429e65b4de523eeb729fb64e9f9 (diff) | |
| download | cub3d-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-- | Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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 |
