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