1
0

」 feat(Unnecessary violence): Ex03 finished

This commit is contained in:
2024-11-05 18:07:40 +01:00
parent 197744804d
commit 45f1bceaf7
8 changed files with 58 additions and 22 deletions

View File

@ -6,7 +6,7 @@
# By: adjoly <adjoly@student.42angouleme.fr> +#+ +:+ +#+ #
# +#+#+#+#+#+ +#+ #
# Created: 2024/10/25 16:09:27 by adjoly #+# #+# #
# Updated: 2024/11/04 19:17:30 by adjoly ### ########.fr #
# Updated: 2024/11/05 17:11:17 by adjoly ### ########.fr #
# #
# **************************************************************************** #
@ -16,7 +16,10 @@ CC = c++
OBJSDIR = obj/
SRCS = main.cpp
SRCS = main.cpp \
HumanA.cpp \
HumanB.cpp \
Weapon.cpp
OBJS = $(addprefix $(OBJSDIR), $(SRCS:.cpp=.o))