aboutsummaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorCharles <sircharlesaze@gmail.com>2020-02-05 01:54:27 +0100
committerCharles <sircharlesaze@gmail.com>2020-02-05 01:54:27 +0100
commitf52b4ad77158b52fad161e98e116059ac5b68d3d (patch)
tree8465acacc7c9f272a2220c3f65fb84b36b2541f7 /Makefile
parentaf747497060d8a311204ec58b3ac87cc585462fc (diff)
downloadcub3d-f52b4ad77158b52fad161e98e116059ac5b68d3d.tar.gz
cub3d-f52b4ad77158b52fad161e98e116059ac5b68d3d.tar.bz2
cub3d-f52b4ad77158b52fad161e98e116059ac5b68d3d.zip
norming cub3d.hHEADmaster
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile14
1 files changed, 13 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index a6ab056..5c99e66 100644
--- a/Makefile
+++ b/Makefile
@@ -1,3 +1,15 @@
+# **************************************************************************** #
+# #
+# ::: :::::::: #
+# Makefile :+: :+: :+: #
+# +:+ +:+ +:+ #
+# By: cacharle <marvin@42.fr> +#+ +:+ +#+ #
+# +#+#+#+#+#+ +#+ #
+# Created: 2020/02/05 01:34:15 by cacharle #+# #+# #
+# Updated: 2020/02/05 01:34:18 by cacharle ### ########.fr #
+# #
+# **************************************************************************** #
+
LIBFT_PATH = ./libft
MINILIBX_PATH = ./miniLibX
@@ -7,7 +19,7 @@ OBJDIR = obj
CC = gcc
CCFLAGS = -I$(LIBFT_PATH) -I$(MINILIBX_PATH) -I$(INCLUDEDIR) \
- -Wall -Wextra #-Werror
+ -Wall -Wextra -Werror
LDFLAGS = -L$(LIBFT_PATH) -lft \
-L$(MINILIBX_PATH) -lmlx \
-framework OpenGL -framework AppKit -lm