d04 ex02 ok, presque rien a changer ou je me trompe ?

This commit is contained in:
hugogogo
2022-02-26 22:12:55 +01:00
parent ed2bbc7fd2
commit c056db80b7
27 changed files with 597 additions and 68 deletions

View File

@@ -28,14 +28,14 @@ LIBS =
INCLUDES = -I$(D_HEADERS)
D_SRCS = .
D_SRCS = srcs
SRCS = main.cpp \
Animal.cpp \
Dog.cpp \
Cat.cpp \
Brain.cpp
D_HEADERS = .
D_HEADERS = headers
HEADERS = Animal.hpp \
Dog.hpp \
Cat.hpp \