summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile4
1 files changed, 4 insertions, 0 deletions
diff --git a/Makefile b/Makefile
index 1fdbab6..9e94fb2 100644
--- a/Makefile
+++ b/Makefile
@@ -36,6 +36,10 @@ SRC_FILES = ft_atoi.c \
ft_substr.c \
ft_tolower.c \
ft_toupper.c \
+ ft_printf.c \
+ ft_printnbr.c \
+ ft_printhex.c \
+ ft_printaddr.c
OBJ_FILES = $(SRC_FILES:.c=.o)