summaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
authorJozanLeClerc <bousset.rudy@gmail.com>2020-09-12 20:00:38 +0200
committerJozanLeClerc <bousset.rudy@gmail.com>2020-09-12 20:00:38 +0200
commit690752d22b5aac9a836e8ba09c8c2544f8d026bd (patch)
tree2d10d1de5ceed59665a26aaf420e766dc42f732d /Makefile
parentSorted alias (diff)
download42-minishell-690752d22b5aac9a836e8ba09c8c2544f8d026bd.tar.gz
42-minishell-690752d22b5aac9a836e8ba09c8c2544f8d026bd.tar.bz2
42-minishell-690752d22b5aac9a836e8ba09c8c2544f8d026bd.tar.xz
42-minishell-690752d22b5aac9a836e8ba09c8c2544f8d026bd.tar.zst
42-minishell-690752d22b5aac9a836e8ba09c8c2544f8d026bd.zip
Norme in progress
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/Makefile b/Makefile
index 77c270d..ac70797 100644
--- a/Makefile
+++ b/Makefile
@@ -16,6 +16,7 @@ LFT_SRCS_DIR = ${LFT_DIR}src/
#--------------------------------- FILES --------------------------------------#
#==============================================================================#
SRCS_NAME = b_alias
+SRCS_NAME += b_alias_print
SRCS_NAME += b_cd
SRCS_NAME += b_echo
SRCS_NAME += b_env