aboutsummaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index fe0cb95..10ef0e0 100644
--- a/Makefile
+++ b/Makefile
@@ -3,7 +3,7 @@ RM = rm -f
LIBFT_DIR = libft
CC = gcc
-CCFLAGS = -I$(COMMON_DIR) -I$(LIBFT_DIR)/include -Wall -Wextra -Werror
+CCFLAGS = -I$(COMMON_DIR) -I$(LIBFT_DIR)/include -Wall -Wextra #-Werror
LDFLAGS = -L$(LIBFT_DIR) -lft
SRC_DIR = src