diff options
author | joe <rbousset@42lyon.fr> | 2020-11-30 15:09:26 +0100 |
---|---|---|
committer | joe <rbousset@42lyon.fr> | 2020-11-30 15:09:26 +0100 |
commit | 46e785f7a047e3cf51a43b54223110c654503880 (patch) | |
tree | 91539bef97ec7f6a2a884cfd29a4ccd7e88673a6 /Makefile | |
parent | Fixed alias but norme (diff) | |
download | 42-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-- | Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -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 |