aboutsummaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index ad9d94d..30bbc8c 100644
--- a/Makefile
+++ b/Makefile
@@ -4,7 +4,7 @@ CCFLAGS = -Wall -Wextra #-Werror
RM = rm -f
NAME = ft_printf
-SRC = ft_printf.c
+SRC = ft_printf.c utils.c
OBJ = $(SRC:.c=.o)
INCLUDE = ft_printf.h