diff options
author | JozanLeClerc <bousset.rudy@gmail.com> | 2020-09-03 16:09:12 +0200 |
---|---|---|
committer | JozanLeClerc <bousset.rudy@gmail.com> | 2020-09-03 16:09:12 +0200 |
commit | f3f724dd7f434f2731f63d03a925b0e24983b484 (patch) | |
tree | 59d4d65e4adfe9608680d2480935c4ba936c57c8 /Makefile | |
parent | Shit in progress (diff) | |
download | 42-minishell-f3f724dd7f434f2731f63d03a925b0e24983b484.tar.gz 42-minishell-f3f724dd7f434f2731f63d03a925b0e24983b484.tar.bz2 42-minishell-f3f724dd7f434f2731f63d03a925b0e24983b484.tar.xz 42-minishell-f3f724dd7f434f2731f63d03a925b0e24983b484.tar.zst 42-minishell-f3f724dd7f434f2731f63d03a925b0e24983b484.zip |
how tf do i use tok
Diffstat (limited to '')
-rw-r--r-- | Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -62,6 +62,7 @@ SRCS_NAME += s_line SRCS_NAME += s_lvars SRCS_NAME += s_lpipes SRCS_NAME += p_args +SRCS_NAME += p_args_next SRCS_NAME += p_line SRCS_NAME += p_lcom SRCS_NAME += p_lcom_next |