make depend

This commit is contained in:
Tomasz Sowa 2021-05-17 03:21:00 +02:00
parent fe82f63efb
commit 91300bb245
1 changed files with 8 additions and 1 deletions

View File

@ -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