From a3f3fc742daa4b28094b5ebe9be60263c41979d1 Mon Sep 17 00:00:00 2001 From: Rudy Bousset Date: Wed, 30 Oct 2019 15:00:17 +0100 Subject: New libft, feelsgoodman --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Makefile') diff --git a/Makefile b/Makefile index a24ca4b..f441681 100644 --- a/Makefile +++ b/Makefile @@ -39,7 +39,7 @@ MKDIR = mkdir -p ${OBJS_DIR}%.o: ${SRCS_DIR}%.c inc/minishell.h libft/libft.h - ${MKDIR} ${OBJS_DIR} + @${MKDIR} ${OBJS_DIR} ${CC} ${CFLAGS} ${DEBUG} ${INCS_DIR} -o $@ -c $< $(NAME): ${OBJS} -- cgit v1.2.3