summaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile24
1 files changed, 19 insertions, 5 deletions
diff --git a/Makefile b/Makefile
index 0627f02..ce7e166 100644
--- a/Makefile
+++ b/Makefile
@@ -15,7 +15,9 @@ LFT_SRCS_DIR = ${LFT_DIR}src/
#==============================================================================#
#--------------------------------- FILES --------------------------------------#
#==============================================================================#
-SRCS_NAME = b_cd
+SRCS_NAME = b_alias
+SRCS_NAME += b_alias_print
+SRCS_NAME += b_cd
SRCS_NAME += b_echo
SRCS_NAME += b_env
SRCS_NAME += b_exit
@@ -23,6 +25,11 @@ SRCS_NAME += b_export
SRCS_NAME += b_export_next
SRCS_NAME += b_export_mute
SRCS_NAME += b_pwd
+SRCS_NAME += b_sqb
+SRCS_NAME += b_sqb_err
+SRCS_NAME += b_sqb_file
+SRCS_NAME += b_sqb_nbr
+SRCS_NAME += b_sqb_str
SRCS_NAME += b_type
SRCS_NAME += b_unset
SRCS_NAME += c_init
@@ -31,7 +38,6 @@ SRCS_NAME += c_keys
SRCS_NAME += c_utils
SRCS_NAME += e_builtins
SRCS_NAME += e_externs
-SRCS_NAME += e_externs_next
SRCS_NAME += e_externs_pipes
SRCS_NAME += e_line
SRCS_NAME += e_pipes
@@ -42,6 +48,7 @@ SRCS_NAME += f_errno
SRCS_NAME += f_exec
SRCS_NAME += f_fail
SRCS_NAME += f_file
+SRCS_NAME += f_parse
SRCS_NAME += f_redir
SRCS_NAME += f_shlvl
SRCS_NAME += m_argv
@@ -57,14 +64,21 @@ SRCS_NAME += m_redirs
SRCS_NAME += s_destroy
SRCS_NAME += s_com
SRCS_NAME += s_init
+SRCS_NAME += s_lalias
SRCS_NAME += s_line
SRCS_NAME += s_lvars
SRCS_NAME += s_lpipes
+SRCS_NAME += p_args
+SRCS_NAME += p_args_next
+SRCS_NAME += p_args_len
+SRCS_NAME += p_args_escape
SRCS_NAME += p_line
-SRCS_NAME += p_lcom
-SRCS_NAME += p_lcom_next
-SRCS_NAME += p_lcom_vars
+SRCS_NAME += p_lblock
+SRCS_NAME += p_lblock_next
SRCS_NAME += p_split
+SRCS_NAME += u_alias
+SRCS_NAME += u_parse
+SRCS_NAME += u_path
SRCS_NAME += u_utils
SRCS_NAME += u_vars
SRCS_NAME += u_vars_next