diff options
author | JozanLeClerc <bousset.rudy@gmail.com> | 2020-10-03 14:50:05 +0200 |
---|---|---|
committer | JozanLeClerc <bousset.rudy@gmail.com> | 2020-10-03 14:50:05 +0200 |
commit | 21e8d2c8587aef5717727094d23d87feffeb1f71 (patch) | |
tree | 6ecd96827636a02d8362768e59901a654704d343 /Makefile | |
parent | Normed p_subst_alias (diff) | |
download | 42-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 '')
-rw-r--r-- | Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -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 |