makefile really improved on header dependencies
This commit is contained in:
33
builds_ft/tests_stack.d
Normal file
33
builds_ft/tests_stack.d
Normal file
@@ -0,0 +1,33 @@
|
||||
builds_ft/tests_stack.o: tests/tests_stack.cpp \
|
||||
tests/includes/tests_stack.hpp tests/includes/tests_utils.hpp \
|
||||
headers/colors.h tests/includes/tests_structs.hpp headers/stack.hpp \
|
||||
headers/vector.hpp headers/enable_if.hpp headers/is_integral.hpp \
|
||||
headers/reverse_iterator.hpp headers/iterator_traits.hpp \
|
||||
headers/equal.hpp headers/lexicographical_compare.hpp \
|
||||
templates/vector.tpp
|
||||
|
||||
tests/includes/tests_stack.hpp:
|
||||
|
||||
tests/includes/tests_utils.hpp:
|
||||
|
||||
headers/colors.h:
|
||||
|
||||
tests/includes/tests_structs.hpp:
|
||||
|
||||
headers/stack.hpp:
|
||||
|
||||
headers/vector.hpp:
|
||||
|
||||
headers/enable_if.hpp:
|
||||
|
||||
headers/is_integral.hpp:
|
||||
|
||||
headers/reverse_iterator.hpp:
|
||||
|
||||
headers/iterator_traits.hpp:
|
||||
|
||||
headers/equal.hpp:
|
||||
|
||||
headers/lexicographical_compare.hpp:
|
||||
|
||||
templates/vector.tpp:
|
||||
Reference in New Issue
Block a user