diff options
| author | JozanLeClerc <bousset.rudy@gmail.com> | 2020-04-23 16:16:09 +0200 | 
|---|---|---|
| committer | JozanLeClerc <bousset.rudy@gmail.com> | 2020-04-23 16:16:09 +0200 | 
| commit | 4dfd892f968fb840eddd5fc192c061a997afa588 (patch) | |
| tree | 3016314080aa4f8e0a211f278a756753a81231b6 /Makefile | |
| parent | Fine builtins execution, now norme (diff) | |
| download | 42-minishell-4dfd892f968fb840eddd5fc192c061a997afa588.tar.gz 42-minishell-4dfd892f968fb840eddd5fc192c061a997afa588.tar.bz2 42-minishell-4dfd892f968fb840eddd5fc192c061a997afa588.tar.xz 42-minishell-4dfd892f968fb840eddd5fc192c061a997afa588.tar.zst 42-minishell-4dfd892f968fb840eddd5fc192c061a997afa588.zip | |
Very good redirs
Diffstat (limited to '')
| -rw-r--r-- | Makefile | 1 | 
1 files changed, 1 insertions, 0 deletions
| @@ -22,6 +22,7 @@ SRCS_NAME		+= ft_b_export.c  SRCS_NAME		+= ft_e_builtin.c  SRCS_NAME		+= ft_e_lcom.c  SRCS_NAME		+= ft_f_fail.c +SRCS_NAME		+= ft_f_file.c  SRCS_NAME		+= ft_m_funptr.c  SRCS_NAME		+= ft_m_loop.c  SRCS_NAME		+= ft_m_prompt.c | 
