diff --git a/tests/Makefile.dep b/tests/Makefile.dep index d69f60e..a6f9e9c 100644 --- a/tests/Makefile.dep +++ b/tests/Makefile.dep @@ -1,6 +1,6 @@ # DO NOT DELETE -./main.o: convert.h +./main.o: convert.h mainargsparser.h ./convert.o: convert.h test.h ../src/convert/convert.h ./convert.o: ../src/convert/inttostr.h ../src/convert/patternreplacer.h ./convert.o: ../src/textstream/textstream.h ../src/space/space.h @@ -9,3 +9,10 @@ ./convert.o: ../src/textstream/types.h ../src/convert/strtoint.h ./convert.o: ../src/convert/text.h ../src/convert/misc.h ./test.o: test.h +./mainargsparser.o: mainargsparser.h test.h +./mainargsparser.o: ../src/mainspaceparser/mainspaceparser.h +./mainargsparser.o: ../src/space/space.h ../src/textstream/types.h +./mainargsparser.o: ../src/convert/inttostr.h ../src/utf8/utf8.h +./mainargsparser.o: ../src/textstream/textstream.h ../src/date/date.h +./mainargsparser.o: ../src/membuffer/membuffer.h ../src/textstream/types.h +./mainargsparser.o: ../src/utf8/utf8_templates.h ../src/utf8/utf8_private.h