From 0451d68ddc3b945ae0c3c30d14061ff9f523c0c8 Mon Sep 17 00:00:00 2001 From: Christopher Uhlig Date: Mon, 5 Aug 2024 13:53:50 +0200 Subject: added strncpy in make and removed -g out of main makefile --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Makefile') diff --git a/Makefile b/Makefile index 1eaae01..4ac27f7 100644 --- a/Makefile +++ b/Makefile @@ -5,7 +5,7 @@ NAME := minishell CC = cc -CFLAGS = -Wall -Wextra -Werror -g +CFLAGS = -Wall -Wextra -Werror LIB_DIR = lib LIBS = -L $(LIB_DIR)/libft -lft -lreadline HEADERS = -I include -I $(LIB_DIR)/libft -- cgit v1.2.3