From ff116f01c3680d0e5d8c32dd9978ed05a37f800c Mon Sep 17 00:00:00 2001 From: JozanLeClerc Date: Wed, 12 Aug 2020 20:43:30 +0200 Subject: FeelsCleanMan --- Makefile | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'Makefile') diff --git a/Makefile b/Makefile index 5b3cae7..13b2d47 100644 --- a/Makefile +++ b/Makefile @@ -29,7 +29,7 @@ SRCS_NAME += e_builtins SRCS_NAME += e_externs SRCS_NAME += e_externs_next SRCS_NAME += e_externs_pipes -SRCS_NAME += e_lcom +SRCS_NAME += e_line SRCS_NAME += e_pipes SRCS_NAME += f_alloc SRCS_NAME += f_chdir @@ -46,9 +46,9 @@ SRCS_NAME += m_minishell SRCS_NAME += m_prompt SRCS_NAME += m_redirs SRCS_NAME += s_destroy +SRCS_NAME += s_com SRCS_NAME += s_init -SRCS_NAME += s_lcom -SRCS_NAME += s_lcom_next +SRCS_NAME += s_line SRCS_NAME += s_lvars SRCS_NAME += s_lpipes SRCS_NAME += p_line -- cgit v1.2.3