Move all "public" header files to ./inc directory
authorLukas Jiriste <ljiriste@student.42prague.com>
Sat, 9 Dec 2023 17:03:13 +0000 (18:03 +0100)
committerLukas Jiriste <ljiriste@student.42prague.com>
Sat, 9 Dec 2023 17:03:13 +0000 (18:03 +0100)
commit5650ececb1cdb15e16c3d00a96463657042a2f88
tree1d112704a4d45a05459505d83b977ae901d6d99c
parent9ec2c05a0b6f64c46a8ee73412dfb533b39ccb1e
Move all "public" header files to ./inc directory

This makes compiling easier, as only one directory has to be given
through the -I compiler option.
Makefile
inc/ft_check.h [moved from ft_check/ft_check.h with 100% similarity]
inc/ft_conv.h [moved from ft_conv/ft_conv.h with 100% similarity]
inc/ft_gen.h [moved from ft_gen/ft_gen.h with 100% similarity]
inc/ft_io.h [moved from ft_io/ft_io.h with 100% similarity]
inc/ft_lst.h [moved from ft_lst/ft_lst.h with 100% similarity]
inc/ft_math.h [moved from ft_math/ft_math.h with 100% similarity]
inc/ft_mem.h [moved from ft_mem/ft_mem.h with 100% similarity]
inc/ft_str.h [moved from ft_str/ft_str.h with 100% similarity]
inc/libft.h [moved from libft.h with 100% similarity]