「✨」 feat(Ex00): added a very cool feature !
This commit is contained in:
2
ex00/obj/animal.d
Normal file
2
ex00/obj/animal.d
Normal file
@ -0,0 +1,2 @@
|
||||
obj/./animal.o: animal.cpp animal.hpp
|
||||
animal.hpp:
|
3
ex00/obj/cat.d
Normal file
3
ex00/obj/cat.d
Normal 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
3
ex00/obj/dog.d
Normal 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
1
ex00/obj/log.d
Normal file
@ -0,0 +1 @@
|
||||
obj/./log.o: log.cpp
|
4
ex00/obj/main.d
Normal file
4
ex00/obj/main.d
Normal file
@ -0,0 +1,4 @@
|
||||
obj/./main.o: main.cpp cat.hpp animal.hpp dog.hpp
|
||||
cat.hpp:
|
||||
animal.hpp:
|
||||
dog.hpp:
|
Reference in New Issue
Block a user