diff options
author | JozanLeClerc <bousset.rudy@gmail.com> | 2020-10-02 21:39:47 +0200 |
---|---|---|
committer | JozanLeClerc <bousset.rudy@gmail.com> | 2020-10-02 21:39:47 +0200 |
commit | 3d696077d245713c921956a2be8fd6e12a052d4a (patch) | |
tree | fbe8ffd276fe67a113cbec0b6ce65177f4bd7d4f /Makefile | |
parent | Update (diff) | |
download | 42-minishell-3d696077d245713c921956a2be8fd6e12a052d4a.tar.gz 42-minishell-3d696077d245713c921956a2be8fd6e12a052d4a.tar.bz2 42-minishell-3d696077d245713c921956a2be8fd6e12a052d4a.tar.xz 42-minishell-3d696077d245713c921956a2be8fd6e12a052d4a.tar.zst 42-minishell-3d696077d245713c921956a2be8fd6e12a052d4a.zip |
In progress
Diffstat (limited to '')
-rw-r--r-- | Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -80,6 +80,7 @@ SRCS_NAME += p_lblock_more SRCS_NAME += p_redirs SRCS_NAME += p_redirs_heredoc SRCS_NAME += p_split +SRCS_NAME += p_subst_alias SRCS_NAME += p_subst_home SRCS_NAME += u_alias SRCS_NAME += u_parse |