diff options
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
@@ -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 |