diff --git a/42sh/Makefile b/42sh/Makefile index 2a885d45..2a56b80e 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/14 21:59:22 by ariard ### ########.fr # +# Updated: 2017/03/15 18:07:26 by jhalford ### ########.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) @@ -309,6 +309,7 @@ $(NAME): $(LIBFT_LIB) $(OBJ_DIR) $(OBJS) $(LIBS) \ $(LIBFT_LIB) \ $(FLAGS) $(D_FLAGS) + @strip -x $@ @printf "\r\033[48;5;15;38;5;25m✅ MAKE $(NAME)\033[0m\033[K\n" $(LIBFT_LIB): diff --git a/42sh/src/exec/process_redirect.c b/42sh/src/exec/process_redirect.c index abbe0ad1..fb2c6436 100644 --- a/42sh/src/exec/process_redirect.c +++ b/42sh/src/exec/process_redirect.c @@ -6,7 +6,7 @@ /* By: jhalford +#+ +:+ +#+ */ /* +#+#+#+#+#+ +#+ */ /* Created: 2016/11/29 16:04:18 by jhalford #+# #+# */ -/* Updated: 2017/03/15 17:57:09 by jhalford ### ########.fr */ +/* Updated: 2017/03/15 18:06:06 by jhalford ### ########.fr */ /* */ /* ************************************************************************** */