summaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
authorsalad <fmoenne-@student.le-101.fr>2020-08-31 14:52:48 +0200
committersalad <fmoenne-@student.le-101.fr>2020-08-31 14:52:48 +0200
commit7cad49bd96a1798b5e742ff85084ddc188f7362b (patch)
treedd66f7b8300674264605f1db7248cfa8d258a262 /Makefile
parentno more SEGV on e_externs_pipes if prog member is nonsense (diff)
download42-minishell-7cad49bd96a1798b5e742ff85084ddc188f7362b.tar.gz
42-minishell-7cad49bd96a1798b5e742ff85084ddc188f7362b.tar.bz2
42-minishell-7cad49bd96a1798b5e742ff85084ddc188f7362b.tar.xz
42-minishell-7cad49bd96a1798b5e742ff85084ddc188f7362b.tar.zst
42-minishell-7cad49bd96a1798b5e742ff85084ddc188f7362b.zip
start normng
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/Makefile b/Makefile
index bff54cc..a6ce538 100644
--- a/Makefile
+++ b/Makefile
@@ -60,6 +60,7 @@ SRCS_NAME += s_lpipes
SRCS_NAME += p_line
SRCS_NAME += p_lcom
SRCS_NAME += p_lcom_next
+SRCS_NAME += p_lcom_vars
SRCS_NAME += p_split
SRCS_NAME += u_utils
SRCS_NAME += u_vars