d05 ex02 ok pour Shrubbery form

This commit is contained in:
hugogogo
2022-03-04 20:58:15 +01:00
parent 130b228a2f
commit 0a5827f3a1
14 changed files with 297 additions and 194 deletions

View File

@@ -4,7 +4,7 @@
# . name is case sensitive . ?= set if not already set #
# - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - #
NAME = larves
NAME = 28b_28c
#CC = gcc
CXX = c++
@@ -24,11 +24,13 @@ INCLUDES = -I$(D_HEADERS)
D_SRCS = srcs
SRCS = main.cpp \
Bureaucrat.cpp \
Form.cpp
AForm.cpp \
ShrubberyCreationForm.cpp
D_HEADERS = headers
HEADERS = Bureaucrat.hpp \
Form.hpp
AForm.hpp \
ShrubberyCreationForm.hpp
D_OBJS = builds
OBJS = $(SRCS:%.$(EXT)=$(D_OBJS)/%.o)