aboutsummaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/Makefile b/Makefile
index a469ebc..1728dd6 100644
--- a/Makefile
+++ b/Makefile
@@ -4,9 +4,9 @@ CCFLAGS = -Wall -Wextra #-Werror
RM = rm -f
NAME = ft_printf
-SRC = ft_printf.c utils.c printer.c parse.c
+SRC = ft_printf.c utils.c printer.c parse.c list.c
OBJ = $(SRC:.c=.o)
-INCLUDE = ft_printf.h
+INCLUDE = header.h
all: $(NAME)