diff options
author | JozanLeClerc <bousset.rudy@gmail.com> | 2020-09-11 16:56:23 +0200 |
---|---|---|
committer | JozanLeClerc <bousset.rudy@gmail.com> | 2020-09-11 16:56:23 +0200 |
commit | 0ab424df075f09aac376890a9a5a73cb74e053bf (patch) | |
tree | 7dab35480c6005f3bbc7ed864410bf04da9dd0bd /Makefile | |
parent | TODO update (diff) | |
download | 42-minishell-0ab424df075f09aac376890a9a5a73cb74e053bf.tar.gz 42-minishell-0ab424df075f09aac376890a9a5a73cb74e053bf.tar.bz2 42-minishell-0ab424df075f09aac376890a9a5a73cb74e053bf.tar.xz 42-minishell-0ab424df075f09aac376890a9a5a73cb74e053bf.tar.zst 42-minishell-0ab424df075f09aac376890a9a5a73cb74e053bf.zip |
alias in progress
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -15,7 +15,8 @@ LFT_SRCS_DIR = ${LFT_DIR}src/ #==============================================================================# #--------------------------------- FILES --------------------------------------# #==============================================================================# -SRCS_NAME = b_cd +SRCS_NAME = b_alias +SRCS_NAME += b_cd SRCS_NAME += b_echo SRCS_NAME += b_env SRCS_NAME += b_exit |