summaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
authorJozanLeClerc <bousset.rudy@gmail.com>2020-10-02 21:39:47 +0200
committerJozanLeClerc <bousset.rudy@gmail.com>2020-10-02 21:39:47 +0200
commit3d696077d245713c921956a2be8fd6e12a052d4a (patch)
treefbe8ffd276fe67a113cbec0b6ce65177f4bd7d4f /Makefile
parentUpdate (diff)
download42-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--Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/Makefile b/Makefile
index 4b77b31..4904816 100644
--- a/Makefile
+++ b/Makefile
@@ -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