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