summaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
authorJozanLeClerc <bousset.rudy@gmail.com>2020-07-27 21:19:29 +0200
committerJozanLeClerc <bousset.rudy@gmail.com>2020-07-27 21:19:29 +0200
commit004eef9a3fd3403d6634ca658336d9a1e9766685 (patch)
tree571cd00a9719c9174f0e5ad09f57585a6bd87e86 /Makefile
parentI couldn't see shit (diff)
download42-minishell-004eef9a3fd3403d6634ca658336d9a1e9766685.tar.gz
42-minishell-004eef9a3fd3403d6634ca658336d9a1e9766685.tar.bz2
42-minishell-004eef9a3fd3403d6634ca658336d9a1e9766685.tar.xz
42-minishell-004eef9a3fd3403d6634ca658336d9a1e9766685.tar.zst
42-minishell-004eef9a3fd3403d6634ca658336d9a1e9766685.zip
In progress
Diffstat (limited to '')
-rw-r--r--Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/Makefile b/Makefile
index 0ae293d..50854cf 100644
--- a/Makefile
+++ b/Makefile
@@ -49,6 +49,7 @@ SRCS_NAME += p_lcom
SRCS_NAME += p_lcom_next
SRCS_NAME += u_utils
SRCS_NAME += u_vars
+SRCS_NAME += u_vars_next
#------------------------------------------------------------------------------#
SRCS = $(addprefix ${SRCS_DIR}, $(addsuffix .c, ${SRCS_NAME}))
#------------------------------------------------------------------------------#