From 096778555140c99a02faf881ae082c4e9bf49b16 Mon Sep 17 00:00:00 2001 From: gwojda Date: Fri, 17 Mar 2017 15:13:45 +0100 Subject: [PATCH] flag makefile --- 42sh/Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/42sh/Makefile b/42sh/Makefile index 30072292..a5c0acc0 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/17 14:37:09 by gwojda ### ########.fr # +# Updated: 2017/03/17 15:13:37 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)