From bddc2d153a4c47257740a0bf0651513058a612d5 Mon Sep 17 00:00:00 2001 From: Charles Date: Fri, 11 Oct 2019 16:38:41 +0200 Subject: Added and renamed files --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Makefile') diff --git a/Makefile b/Makefile index 30bbc8c..a469ebc 100644 --- a/Makefile +++ b/Makefile @@ -4,7 +4,7 @@ CCFLAGS = -Wall -Wextra #-Werror RM = rm -f NAME = ft_printf -SRC = ft_printf.c utils.c +SRC = ft_printf.c utils.c printer.c parse.c OBJ = $(SRC:.c=.o) INCLUDE = ft_printf.h -- cgit