From cc4ede7ead7622c096bc598aad3e10baf93c4350 Mon Sep 17 00:00:00 2001 From: JozanLeClerc Date: Tue, 21 Apr 2020 17:26:12 +0200 Subject: Good so far --- Makefile | 1 + 1 file changed, 1 insertion(+) (limited to 'Makefile') diff --git a/Makefile b/Makefile index 9134da9..a7267d9 100644 --- a/Makefile +++ b/Makefile @@ -18,6 +18,7 @@ SRCS_NAME = minishell.c SRCS_NAME += ft_b_echo.c SRCS_NAME += ft_b_env.c SRCS_NAME += ft_e_lcom.c +SRCS_NAME += ft_f_fail.c SRCS_NAME += ft_m_funptr.c SRCS_NAME += ft_m_loop.c SRCS_NAME += ft_m_prompt.c -- cgit v1.2.3