conversion works

This commit is contained in:
Hugo LAMY
2020-02-20 19:06:16 +01:00
parent 4e56af0f8a
commit 5369c77126
7 changed files with 925 additions and 992 deletions

View File

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