summaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
authorJozanLeClerc <bousset.rudy@gmail.com>2020-10-03 14:50:05 +0200
committerJozanLeClerc <bousset.rudy@gmail.com>2020-10-03 14:50:05 +0200
commit21e8d2c8587aef5717727094d23d87feffeb1f71 (patch)
tree6ecd96827636a02d8362768e59901a654704d343 /Makefile
parentNormed p_subst_alias (diff)
download42-minishell-21e8d2c8587aef5717727094d23d87feffeb1f71.tar.gz
42-minishell-21e8d2c8587aef5717727094d23d87feffeb1f71.tar.bz2
42-minishell-21e8d2c8587aef5717727094d23d87feffeb1f71.tar.xz
42-minishell-21e8d2c8587aef5717727094d23d87feffeb1f71.tar.zst
42-minishell-21e8d2c8587aef5717727094d23d87feffeb1f71.zip
Normed stuff
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/Makefile b/Makefile
index 4904816..a3b9894 100644
--- a/Makefile
+++ b/Makefile
@@ -82,6 +82,7 @@ SRCS_NAME += p_redirs_heredoc
SRCS_NAME += p_split
SRCS_NAME += p_subst_alias
SRCS_NAME += p_subst_home
+SRCS_NAME += p_subst_vars
SRCS_NAME += u_alias
SRCS_NAME += u_parse
SRCS_NAME += u_path