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