diff options
author | JozanLeClerc <bousset.rudy@gmail.com> | 2020-07-30 18:30:35 +0200 |
---|---|---|
committer | JozanLeClerc <bousset.rudy@gmail.com> | 2020-07-30 18:30:35 +0200 |
commit | 4fe88a37306072c5eacf24ab4dd1913cc9c30d3c (patch) | |
tree | 1b8f6170809002f85e2711fcd8fc844c5dfd3246 /Makefile | |
parent | In progress (diff) | |
download | 42-minishell-4fe88a37306072c5eacf24ab4dd1913cc9c30d3c.tar.gz 42-minishell-4fe88a37306072c5eacf24ab4dd1913cc9c30d3c.tar.bz2 42-minishell-4fe88a37306072c5eacf24ab4dd1913cc9c30d3c.tar.xz 42-minishell-4fe88a37306072c5eacf24ab4dd1913cc9c30d3c.tar.zst 42-minishell-4fe88a37306072c5eacf24ab4dd1913cc9c30d3c.zip |
SHLVL boyy
Diffstat (limited to '')
-rw-r--r-- | Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -19,6 +19,7 @@ SRCS_NAME += b_echo SRCS_NAME += b_env SRCS_NAME += b_exit SRCS_NAME += b_export +# SRCS_NAME += b_export_next SRCS_NAME += b_pwd SRCS_NAME += b_type SRCS_NAME += b_unset |