summaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
authorJozanLeClerc <bousset.rudy@gmail.com>2020-08-07 15:09:31 +0200
committerJozanLeClerc <bousset.rudy@gmail.com>2020-08-07 15:09:31 +0200
commit85e83d4179e0a0e4d7c07aff750cab9478e461b9 (patch)
tree1eb28924de62c9348259b9012b8606d67008ad83 /Makefile
parentOld style rewrite in progress (diff)
download42-minishell-85e83d4179e0a0e4d7c07aff750cab9478e461b9.tar.gz
42-minishell-85e83d4179e0a0e4d7c07aff750cab9478e461b9.tar.bz2
42-minishell-85e83d4179e0a0e4d7c07aff750cab9478e461b9.tar.xz
42-minishell-85e83d4179e0a0e4d7c07aff750cab9478e461b9.tar.zst
42-minishell-85e83d4179e0a0e4d7c07aff750cab9478e461b9.zip
Forked builtins
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/Makefile b/Makefile
index e312f72..bea15ab 100644
--- a/Makefile
+++ b/Makefile
@@ -21,6 +21,7 @@ SRCS_NAME += b_env
SRCS_NAME += b_exit
SRCS_NAME += b_export
SRCS_NAME += b_export_next
+SRCS_NAME += b_export_mute
SRCS_NAME += b_pwd
SRCS_NAME += b_type
SRCS_NAME += b_unset