From c85c10c0308c565ed0e1c6320a81551f1777b56d Mon Sep 17 00:00:00 2001 From: JozanLeClerc Date: Mon, 20 Apr 2020 17:31:32 +0200 Subject: Cool funptr --- Makefile | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) (limited to 'Makefile') 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}) #------------------------------------------------------------------------------# -- cgit v1.2.3