From 91300bb245e913918125452864c5a7b5e536baa7 Mon Sep 17 00:00:00 2001 From: Tomasz Sowa Date: Mon, 17 May 2021 03:21:00 +0200 Subject: [PATCH] make depend --- tests/Makefile.dep | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) 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