-
Notifications
You must be signed in to change notification settings - Fork 0
/
libft.mk
16 lines (14 loc) · 999 Bytes
/
libft.mk
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
# **************************************************************************** #
# #
# ::: :::::::: #
# libft.mk :+: :+: :+: #
# +:+ +:+ +:+ #
# By: abelov <abelov@student.42london.com> +#+ +:+ +#+ #
# +#+#+#+#+#+ +#+ #
# Created: 2024/11/25 00:07:18 by abelov #+# #+# #
# Updated: 2024/11/25 00:24:33 by abelov ### ########.fr #
# #
# **************************************************************************** #
FT_SRCS :=
FT_DIRS := ctype io list std string tab
include $(FT_DIRS:%=$(LIBFT_PREFIX)%/Makefile.mk)