1
0

」 feat(Phonebook): normally finished 👍

This commit is contained in:
2024-11-03 18:52:08 +01:00
parent c7187f972e
commit 1c5639df7b
8 changed files with 186 additions and 31 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/30 17:08:54 by adjoly ### ########.fr #
# Updated: 2024/11/03 16:35:01 by adjoly ### ########.fr #
# #
# **************************************************************************** #
@ -21,7 +21,9 @@ SRCSDIR = src/
INCLUDES = includes/
SRCS = PhoneBook.cpp \
Contact.cpp
Contact.cpp \
commands/add.cpp \
commands/search.cpp
OBJS = $(addprefix $(OBJSDIR), $(SRCS:.cpp=.o))