-
Notifications
You must be signed in to change notification settings - Fork 0
/
includes.mk
30 lines (30 loc) · 1.18 KB
/
includes.mk
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
INCLUDES += includes/libft.h
INCLUDES += includes/libft_boolean.h
INCLUDES += includes/libft_checker.h
INCLUDES += includes/libft_color.h
INCLUDES += includes/libft_converter.h
INCLUDES += includes/libft_display.h
INCLUDES += includes/libft_display_char.h
INCLUDES += includes/libft_display_nbr.h
INCLUDES += includes/libft_display_nbr_int.h
INCLUDES += includes/libft_display_nbr_long.h
INCLUDES += includes/libft_display_nbr_longlong.h
INCLUDES += includes/libft_display_nbr_uint.h
INCLUDES += includes/libft_display_nbr_ulong.h
INCLUDES += includes/libft_display_nbr_ulonglong.h
INCLUDES += includes/libft_display_str.h
INCLUDES += includes/libft_file.h
INCLUDES += includes/libft_list.h
INCLUDES += includes/libft_math.h
INCLUDES += includes/libft_math_point.h
INCLUDES += includes/libft_math_pythagore.h
INCLUDES += includes/libft_math_vector.h
INCLUDES += includes/libft_memory.h
INCLUDES += includes/libft_number.h
INCLUDES += includes/libft_printf.h
INCLUDES += includes/libft_printf_checker.h
INCLUDES += includes/libft_printf_parser.h
INCLUDES += includes/libft_printf_printable.h
INCLUDES += includes/libft_printf_processor.h
INCLUDES += includes/libft_sort.h
INCLUDES += includes/libft_strings.h