push ex01

This commit is contained in:
Leo Firmin
2026-02-02 00:50:54 +01:00
parent f085080c7d
commit e3ff4a9bc9
8 changed files with 151 additions and 23 deletions
+1 -1
View File
@@ -3,7 +3,7 @@ CXXFLAGS = -Wall -Wextra -Werror -std=c++98
OBJDIR = obj
SOURCES = Main.cpp ScalarConverter.cpp
OBJECTS = $(addprefix $(OBJDIR)/, $(SOURCES:.cpp=.o))
NAME = Bureaucrat
NAME = ScalarConverter
all: $(NAME)