diff options
author | JozanLeClerc <bousset.rudy@gmail.com> | 2020-09-05 15:57:20 +0200 |
---|---|---|
committer | JozanLeClerc <bousset.rudy@gmail.com> | 2020-09-05 15:57:20 +0200 |
commit | 8e8508c068111729d74d43d51bd6f2f9b9e1cdc0 (patch) | |
tree | 71ae106df2588c5a25c60b76da47e16a38debf5d /Makefile | |
parent | commit (diff) | |
download | 42-minishell-8e8508c068111729d74d43d51bd6f2f9b9e1cdc0.tar.gz 42-minishell-8e8508c068111729d74d43d51bd6f2f9b9e1cdc0.tar.bz2 42-minishell-8e8508c068111729d74d43d51bd6f2f9b9e1cdc0.tar.xz 42-minishell-8e8508c068111729d74d43d51bd6f2f9b9e1cdc0.tar.zst 42-minishell-8e8508c068111729d74d43d51bd6f2f9b9e1cdc0.zip |
In progress
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 1 |
1 files changed, 0 insertions, 1 deletions
@@ -65,7 +65,6 @@ SRCS_NAME += p_args SRCS_NAME += p_args_next SRCS_NAME += p_args_len SRCS_NAME += p_args_escape -SRCS_NAME += p_args_quotes SRCS_NAME += p_line SRCS_NAME += p_lcom SRCS_NAME += p_lcom_next |