convert marche mais bug dans convertbase

This commit is contained in:
Hugo LAMY
2020-02-19 18:49:29 +01:00
parent 629672693e
commit 4e56af0f8a
6 changed files with 222 additions and 187 deletions

View File

@@ -15,7 +15,9 @@ _LIBS = libft.a
LIBS = $(_LIBS:lib%.a=%)
SRCS = ft_printf.c \
ft_next_word.c
ft_next_word.c \
aside.c \
ft_convert.c
ODIR = ./builds
OBJS = $(SRCS:%.c=$(ODIR)/%.o)