summaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
authorJozanLeClerc <bousset.rudy@gmail.com>2020-08-12 20:43:30 +0200
committerJozanLeClerc <bousset.rudy@gmail.com>2020-08-12 20:43:30 +0200
commitff116f01c3680d0e5d8c32dd9978ed05a37f800c (patch)
tree73765e5ac7ea4ec8af461f44f6d8288fdad6fd82 /Makefile
parentLots of stuff to do (diff)
download42-minishell-ff116f01c3680d0e5d8c32dd9978ed05a37f800c.tar.gz
42-minishell-ff116f01c3680d0e5d8c32dd9978ed05a37f800c.tar.bz2
42-minishell-ff116f01c3680d0e5d8c32dd9978ed05a37f800c.tar.xz
42-minishell-ff116f01c3680d0e5d8c32dd9978ed05a37f800c.tar.zst
42-minishell-ff116f01c3680d0e5d8c32dd9978ed05a37f800c.zip
FeelsCleanMan
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile6
1 files changed, 3 insertions, 3 deletions
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