d05 ex02 ok

This commit is contained in:
hugogogo
2022-03-05 15:59:52 +01:00
parent 0a5827f3a1
commit 6c16b9c1d6
11 changed files with 215 additions and 26 deletions

View File

@@ -25,12 +25,16 @@ D_SRCS = srcs
SRCS = main.cpp \
Bureaucrat.cpp \
AForm.cpp \
ShrubberyCreationForm.cpp
ShrubberyCreationForm.cpp \
RobotomyRequestForm.cpp \
PresidentialPardonForm.cpp
D_HEADERS = headers
HEADERS = Bureaucrat.hpp \
AForm.hpp \
ShrubberyCreationForm.hpp
ShrubberyCreationForm.hpp \
RobotomyRequestForm.hpp \
PresidentialPardonForm.hpp
D_OBJS = builds
OBJS = $(SRCS:%.$(EXT)=$(D_OBJS)/%.o)