From c334947c7ae9722a3f3eca14410e244d62d95a54 Mon Sep 17 00:00:00 2001 From: JozanLeClerc Date: Sun, 26 Apr 2020 18:10:47 +0200 Subject: Nice vars gathering --- Makefile | 1 + 1 file changed, 1 insertion(+) (limited to 'Makefile') diff --git a/Makefile b/Makefile index 65eeae0..92a1c38 100644 --- a/Makefile +++ b/Makefile @@ -42,6 +42,7 @@ SRCS_NAME += ft_p_line.c SRCS_NAME += ft_p_lcom.c SRCS_NAME += ft_p_lcom_next.c SRCS_NAME += ft_u_utils.c +SRCS_NAME += ft_u_vars.c #------------------------------------------------------------------------------# SRCS = $(addprefix ${SRCS_DIR}, ${SRCS_NAME}) #------------------------------------------------------------------------------# -- cgit v1.2.3