From 6623e7fbdb4307536d3f5920c267c74f8bc6a989 Mon Sep 17 00:00:00 2001 From: Charles Date: Mon, 11 May 2020 02:19:18 +0200 Subject: Generating triangles for polygon face in .obj file, opengl error/initialisation --- Makefile | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'Makefile') diff --git a/Makefile b/Makefile index d8d99a3..78b3453 100644 --- a/Makefile +++ b/Makefile @@ -6,7 +6,7 @@ # By: charles +#+ +:+ +#+ # # +#+#+#+#+#+ +#+ # # 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 -- cgit