🗑️」 clean: cleanup things and slightly improved ex02/main.cpp

This commit is contained in:
y-syo
2025-09-01 16:00:41 +02:00
parent 7b47994ddd
commit f9c38cfe86
6 changed files with 37 additions and 28 deletions

View File

@@ -6,7 +6,7 @@
# By: mmoussou <mmoussou@student.42angouleme.fr +#+ +:+ +#+ #
# +#+#+#+#+#+ +#+ #
# Created: 2024/01/22 07:21:18 by mmoussou #+# #+# #
# Updated: 2025/08/30 13:38:12 by mmoussou ### ########.fr #
# Updated: 2025/09/01 15:45:57 by mmoussou ### ########.fr #
# #
# **************************************************************************** #
@@ -27,7 +27,7 @@ INCLUDES = .
NAME = PmergeMe
SRCS = main.cpp #PmergeMe.cpp
SRCS = main.cpp PmergeMe.cpp
OBJSDIR = obj/
OBJS = $(addprefix $(OBJSDIR), $(SRCS:.cpp=.o))