From cffec70bf1b0cbee25e61ce551afd05d4c79176d Mon Sep 17 00:00:00 2001 From: gwojda Date: Sat, 18 Mar 2017 14:15:47 +0100 Subject: [PATCH] dsl pr les makefile... --- 42sh/Makefile | 4 ++-- 42sh/libft/Makefile | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/42sh/Makefile b/42sh/Makefile index 10ec41ee..a7e2b495 100644 --- a/42sh/Makefile +++ b/42sh/Makefile @@ -6,14 +6,14 @@ # By: wescande +#+ +:+ +#+ # # +#+#+#+#+#+ +#+ # # Created: 2016/08/29 21:32:58 by wescande #+# #+# # -# Updated: 2017/03/18 12:10:38 by gwojda ### ########.fr # +# Updated: 2017/03/18 14:15:21 by gwojda ### ########.fr # # # # **************************************************************************** # NAME = 42sh CC = gcc -FLAGS = -Wall -Wextra -Werror -g +FLAGS = -Wall -Wextra -Werror -fvisibility=hidden D_FLAGS = -g DELTA = $$(echo "$$(tput cols)-47"|bc) diff --git a/42sh/libft/Makefile b/42sh/libft/Makefile index e4949bf5..a861e167 100644 --- a/42sh/libft/Makefile +++ b/42sh/libft/Makefile @@ -6,7 +6,7 @@ # By: jhalford +#+ +:+ +#+ # # +#+#+#+#+#+ +#+ # # Created: 2017/02/07 16:09:36 by jhalford #+# #+# # -# Updated: 2017/03/18 12:07:29 by gwojda ### ########.fr # +# Updated: 2017/03/18 14:15:35 by gwojda ### ########.fr # # # # **************************************************************************** # @@ -19,7 +19,7 @@ RM = /bin/rm -rf W_FLAGS = -Wall -Wextra -Werror D_FLAGS = -g -V_FLAGS = -g +V_FLAGS = -fvisibility=hidden FLAGS = $(W_FLAGS) $(D_FLAGS) $(V_FLAGS) DELTA = $$(echo "$$(tput cols)-47"|bc)