1
0

」 feat(Ex00): added a very cool feature !

This commit is contained in:
2024-12-01 20:24:38 +01:00
parent 467c3be3c3
commit c22dad6f83
15 changed files with 333 additions and 0 deletions

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

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

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

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

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

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

1
ex00/obj/log.d Normal file
View File

@ -0,0 +1 @@
obj/./log.o: log.cpp

4
ex00/obj/main.d Normal file
View File

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