1
0

🏗️」 wip(PhoneBook): Started phonebook

This commit is contained in:
2024-10-31 13:41:59 +01:00
parent d0f2837cd4
commit 1607cd1fa6
6 changed files with 99 additions and 10 deletions

View File

@ -6,7 +6,7 @@
# By: adjoly <adjoly@student.42angouleme.fr> +#+ +:+ +#+ #
# +#+#+#+#+#+ +#+ #
# Created: 2024/10/25 16:09:27 by adjoly #+# #+# #
# Updated: 2024/10/26 00:41:40 by adjoly ### ########.fr #
# Updated: 2024/10/30 17:08:54 by adjoly ### ########.fr #
# #
# **************************************************************************** #
@ -20,7 +20,8 @@ SRCSDIR = src/
INCLUDES = includes/
SRCS = main.cpp
SRCS = PhoneBook.cpp \
Contact.cpp
OBJS = $(addprefix $(OBJSDIR), $(SRCS:.cpp=.o))