summaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
authorJozanLeClerc <bousset.rudy@gmail.com>2020-08-14 15:24:12 +0200
committerJozanLeClerc <bousset.rudy@gmail.com>2020-08-14 15:24:12 +0200
commit294adc19078fa8d196ee1d787ec24619f9976178 (patch)
tree9446807d7ee909046f1cb9f2bd1c7711bbe0b857 /Makefile
parentRemoved bloat (diff)
download42-minishell-294adc19078fa8d196ee1d787ec24619f9976178.tar.gz
42-minishell-294adc19078fa8d196ee1d787ec24619f9976178.tar.bz2
42-minishell-294adc19078fa8d196ee1d787ec24619f9976178.tar.xz
42-minishell-294adc19078fa8d196ee1d787ec24619f9976178.tar.zst
42-minishell-294adc19078fa8d196ee1d787ec24619f9976178.zip
I must split
Diffstat (limited to '')
-rw-r--r--Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/Makefile b/Makefile
index 13b2d47..5d2aa3f 100644
--- a/Makefile
+++ b/Makefile
@@ -54,6 +54,7 @@ SRCS_NAME += s_lpipes
SRCS_NAME += p_line
SRCS_NAME += p_lcom
SRCS_NAME += p_lcom_next
+SRCS_NAME += p_split
SRCS_NAME += u_utils
SRCS_NAME += u_vars
SRCS_NAME += u_vars_next