1
0

」 feat(Ex00): working

This commit is contained in:
2024-12-04 14:01:52 +01:00
parent c22dad6f83
commit 51be1a6627
12 changed files with 181 additions and 22 deletions

2
ex00/obj/WrongAnimal.d Normal file
View File

@ -0,0 +1,2 @@
obj/./WrongAnimal.o: WrongAnimal.cpp WrongAnimal.hpp
WrongAnimal.hpp:

3
ex00/obj/WrongCat.d Normal file
View File

@ -0,0 +1,3 @@
obj/./WrongCat.o: WrongCat.cpp WrongCat.hpp animal.hpp
WrongCat.hpp:
animal.hpp:

View File

@ -1,4 +1,5 @@
obj/./main.o: main.cpp cat.hpp animal.hpp dog.hpp
obj/./main.o: main.cpp WrongAnimal.hpp cat.hpp animal.hpp dog.hpp
WrongAnimal.hpp:
cat.hpp:
animal.hpp:
dog.hpp: