aboutsummaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorCharles <sircharlesaze@gmail.com>2020-05-11 02:19:18 +0200
committerCharles <sircharlesaze@gmail.com>2020-05-11 02:19:18 +0200
commit6623e7fbdb4307536d3f5920c267c74f8bc6a989 (patch)
treeaa90789d7e5195e747997b507d09066c3758d777 /Makefile
parentd153f42e732ffe1c4cac1c13207fa0ce1781b193 (diff)
downloadscop-6623e7fbdb4307536d3f5920c267c74f8bc6a989.tar.gz
scop-6623e7fbdb4307536d3f5920c267c74f8bc6a989.tar.bz2
scop-6623e7fbdb4307536d3f5920c267c74f8bc6a989.zip
Generating triangles for polygon face in .obj file, opengl error/initialisation
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile6
1 files changed, 3 insertions, 3 deletions
diff --git a/Makefile b/Makefile
index d8d99a3..78b3453 100644
--- a/Makefile
+++ b/Makefile
@@ -6,7 +6,7 @@
# By: charles <charles.cabergs@gmail.com> +#+ +:+ +#+ #
# +#+#+#+#+#+ +#+ #
# Created: 2020/05/09 10:24:52 by charles #+# #+# #
-# Updated: 2020/05/10 21:06:25 by charles ### ########.fr #
+# Updated: 2020/05/11 01:55:58 by charles ### ########.fr #
# #
# **************************************************************************** #
@@ -22,7 +22,7 @@ OBJ_DIR = obj
CC = gcc
CCFLAGS = -I$(LIBFT_DIR)/include -I$(INC_DIR) \
- -Wall -Wextra -Werror
+ -Wall -Wextra #-Werror
LDFLAGS = -L$(LIBFT_DIR) -lft
ifeq ($(shell uname),Linux)
@@ -48,7 +48,7 @@ $(OBJ_DIR)/%.o: $(SRC_DIR)/%.c $(INC)
cleanloc:
$(RM) $(OBJ)
-fcleanloc:
+fcleanloc: cleanloc
$(RM) $(NAME)
reloc: fcleanloc all