summaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile4
1 files changed, 4 insertions, 0 deletions
diff --git a/Makefile b/Makefile
index 005be1d..ea74111 100644
--- a/Makefile
+++ b/Makefile
@@ -15,12 +15,16 @@ LFT_SRCS_DIR = ${LFT_DIR}src/
#--------------------------------- FILES --------------------------------------#
#==============================================================================#
SRCS_NAME = minishell.c
+SRCS_NAME += ft_b_env.c
+SRCS_NAME += ft_e_lcom.c
SRCS_NAME += ft_m_funptr.c
SRCS_NAME += ft_m_loop.c
SRCS_NAME += ft_m_prompt.c
SRCS_NAME += ft_s_destroy.c
SRCS_NAME += ft_s_init.c
+SRCS_NAME += ft_s_lcom.c
SRCS_NAME += ft_p_line.c
+SRCS_NAME += ft_p_lcom.c
#------------------------------------------------------------------------------#
SRCS = $(addprefix ${SRCS_DIR}, ${SRCS_NAME})
#------------------------------------------------------------------------------#