push for save

This commit is contained in:
lfirmin
2025-11-18 20:51:13 +01:00
parent 93a5094a0a
commit 2fef2f8dfc
22 changed files with 848 additions and 95 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 AForm.cpp
SOURCES = Main.cpp Bureaucrat.cpp AForm.cpp PresidentialPardonForm.cpp RobotomyRequestForm.cpp ShrubberyCreationForm.cpp
OBJECTS = $(addprefix $(OBJDIR)/, $(SOURCES:.cpp=.o))
NAME = Form
NAME = AForm
all: $(NAME)