diff options
author | salad <fmoenne-@student.le-101.fr> | 2020-08-31 14:52:48 +0200 |
---|---|---|
committer | salad <fmoenne-@student.le-101.fr> | 2020-08-31 14:52:48 +0200 |
commit | 7cad49bd96a1798b5e742ff85084ddc188f7362b (patch) | |
tree | dd66f7b8300674264605f1db7248cfa8d258a262 /Makefile | |
parent | no more SEGV on e_externs_pipes if prog member is nonsense (diff) | |
download | 42-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-- | Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -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 |