summaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
authorJozanLeClerc <bousset.rudy@gmail.com>2020-07-30 18:30:35 +0200
committerJozanLeClerc <bousset.rudy@gmail.com>2020-07-30 18:30:35 +0200
commit4fe88a37306072c5eacf24ab4dd1913cc9c30d3c (patch)
tree1b8f6170809002f85e2711fcd8fc844c5dfd3246 /Makefile
parentIn progress (diff)
download42-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 'Makefile')
-rw-r--r--Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/Makefile b/Makefile
index 50854cf..0868859 100644
--- a/Makefile
+++ b/Makefile
@@ -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