This commit is contained in:
root
2025-11-15 01:14:20 +00:00
parent df15fdffed
commit ecd930d8a1
6 changed files with 163 additions and 48 deletions
+2 -2
View File
@@ -1,9 +1,9 @@
CXX = c++
CXXFLAGS = -Wall -Wextra -Werror -std=c++98
OBJDIR = obj
SOURCES = Main.cpp Bureaucrat.cpp
SOURCES = Main.cpp Bureaucrat.cpp Form.cpp
OBJECTS = $(addprefix $(OBJDIR)/, $(SOURCES:.cpp=.o))
NAME = Bureaucrat
NAME = Form
all: $(NAME)