From 5547ac359d7370d92a13a6a6b36d242df2a341fc Mon Sep 17 00:00:00 2001 From: Jack Halford Date: Tue, 28 Mar 2017 07:54:38 +0200 Subject: [PATCH] makefile name to 21sh --- 42sh/Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/42sh/Makefile b/42sh/Makefile index 5eff7704..67a33c25 100644 --- a/42sh/Makefile +++ b/42sh/Makefile @@ -6,11 +6,11 @@ # By: wescande +#+ +:+ +#+ # # +#+#+#+#+#+ +#+ # # Created: 2016/08/29 21:32:58 by wescande #+# #+# # -# Updated: 2017/03/27 19:45:47 by jhalford ### ########.fr # +# Updated: 2017/03/28 07:54:25 by jhalford ### ########.fr # # # # **************************************************************************** # -NAME = minishell +NAME = 21sh CC = gcc FLAGS = -Wall -Wextra -Werror