diff options
author | JozanLeClerc <bousset.rudy@gmail.com> | 2020-09-12 20:00:38 +0200 |
---|---|---|
committer | JozanLeClerc <bousset.rudy@gmail.com> | 2020-09-12 20:00:38 +0200 |
commit | 690752d22b5aac9a836e8ba09c8c2544f8d026bd (patch) | |
tree | 2d10d1de5ceed59665a26aaf420e766dc42f732d /Makefile | |
parent | Sorted alias (diff) | |
download | 42-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-- | Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -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 |