summaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
authorjoe <rbousset@42lyon.fr>2020-11-30 15:09:26 +0100
committerjoe <rbousset@42lyon.fr>2020-11-30 15:09:26 +0100
commit46e785f7a047e3cf51a43b54223110c654503880 (patch)
tree91539bef97ec7f6a2a884cfd29a4ccd7e88673a6 /Makefile
parentFixed alias but norme (diff)
download42-minishell-46e785f7a047e3cf51a43b54223110c654503880.tar.gz
42-minishell-46e785f7a047e3cf51a43b54223110c654503880.tar.bz2
42-minishell-46e785f7a047e3cf51a43b54223110c654503880.tar.xz
42-minishell-46e785f7a047e3cf51a43b54223110c654503880.tar.zst
42-minishell-46e785f7a047e3cf51a43b54223110c654503880.zip
get normed
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/Makefile b/Makefile
index 7813a7a..8887986 100644
--- a/Makefile
+++ b/Makefile
@@ -17,6 +17,7 @@ LFT_SRCS_DIR = ${LFT_DIR}src/
#==============================================================================#
SRCS_NAME = b_alias
SRCS_NAME += b_alias_print
+SRCS_NAME += b_alias_register
SRCS_NAME += b_cd
SRCS_NAME += b_echo
SRCS_NAME += b_env