[FIX] error in libtf

This commit is contained in:
mcolonna 2024-04-29 13:52:25 +02:00
parent 9d70f4ccb2
commit e531a5917d
3 changed files with 4 additions and 3 deletions

View file

@ -11,7 +11,7 @@ PRINTF_CODE = \
ft_strjoin stream1 stream2 utils1 utils2
PRINTF_SRCS = tf_printf/src/
PRINTF_INCLUDES = ./ tf_printf/include/
WHAT = LIBTF v11
WHAT = LIBTF v12
USED = malloc() free() write()
# It works and I probably won't change it for the rest of my life