Compiler changed to c++

This commit is contained in:
2025-09-07 18:55:21 +02:00
parent c099aa5136
commit 416478b4f2
7 changed files with 7 additions and 7 deletions

View File

@@ -4,7 +4,7 @@ SRCS=main.cpp Weapon/Weapon.cpp HumanA/HumanA.cpp HumanB/HumanB.cpp
OBJS=$(SRCS:.cpp=.o)
CC=g++
CC=c++
CFLAGS=-Wall -Wextra -Werror -std=c++98
all: $(NAME)